Jump to content
We've recently updated our Privacy Statement, available here ×

Using jrs-rest-java-client-6.2.2-jar-with-dependencies.jar in OSGI bundle


aruna.chalasani

Recommended Posts

Hi,

I am using jrs-rest-java-client-6.2.2-jar-with-dependencies.jar in my OSGI container as I could not get jrs-rest-java-client-6.2.2.jar working without the dependency conflicts and issues.

However, I am unable to use the library from the maven as I could not get the right maven dependency for the library jrs-rest-java-client-6.2.2-jar-with-dependencies.jar.

Can someone suggest.

Thanks in advance,

A

Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

I have managed with this. It is working now.

 

<dependency>
<groupId>com.jaspersoft</groupId>
<artifactId>jrs-rest-java-client</artifactId>
<version>6.2.2</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
 
<repositories>
<repository>
<id>jaspersoft Maven Repository</id>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...