Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

opencsv in aem

Avatar

Level 7

In aem 6.0 it can not be resolved ....which version would be compatible ?

  <dependency>
  <groupId>com.opencsv</groupId>
  <artifactId>opencsv</artifactId>
  <version>3.3</version>
  </dependency>
  </dependencies>

I have to use opencsv .

1 Reply

Avatar

Level 7

should i need to download the opencsv jar files and then needs to covert it inot bundle and then deploy into the AEM?

Simply adding the dependecy in pom.xml file as above and deploying the whole pacakge in aem by

mvn clean install -PautoInstallPackage

will not help ?

If thats so how we can convert a opencsv jar file to bunlde in intellij?

Or I need to preapre manifest.mf file manually ?