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

itext js6 dependency issue


eugene.rozovgmail.com

Recommended Posts

Good day!

After upgrading to the latest jasperreports 6.4.3 I get this error during maven build cycle Failure to find com.lowagie:itext:jar:2.1.7.js6

According to the repo http://jasperreports.sourceforge.net/maven2 there is no such stable lib, only SNAPSHOT one. By adding this additional dependency

<dependency>
    <groupId>com.lowagie</groupId>
    <artifactId>itext</artifactId>
    <version>2.1.7.js6-SNAPSHOT</version>
</dependency>

I can fix the error, but SNAPSHOT dependencies are not welcomed in my project.

Question: where stable version of itext:2.1.7.js6 can be found or are there plans to do js6 release?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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...