Hi
I am adding the below pom dependency to my project to download the ‘tess4j’ jar files.
It successfully download the jar files from the central repository and adds it to my class path. But it is not OSGI bundled jar it is a normal jar file.
To use this jar in my project it has to be OSGI bundled.
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.3.0</version>
</dependency>
Can I have the OSGI bundled Jar file.
Thanks
Suvidh