Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Missing Dependency com.lowagie:itext:jar:2.1.7.js6 #59

Open
kuhpid opened this issue Jan 15, 2020 · 2 comments
Open

Missing Dependency com.lowagie:itext:jar:2.1.7.js6 #59

kuhpid opened this issue Jan 15, 2020 · 2 comments

Comments

@kuhpid
Copy link

kuhpid commented Jan 15, 2020

I could not run the plugin against the public maven repository cause there is missing the dependency com.lowagie:itext:jar:2.1.7.js6. This version is mentioned at mvnrepository.com (https://mvnrepository.com/artifact/com.lowagie/itext/2.1.7.js6) and there is a hint that this artefact is hosted on (http://maven.icm.edu.pl/artifactory/repo/). But the js6 version is not there. As a workaround I excluded this dependency and used the 2.1.7.

@mmonge
Copy link

mmonge commented Jan 19, 2020

Hello, you are right, that dependency is not on Maven Central, I use my own JFrog Artifactory for my dependencies, but this dependency you need is in:

https://jaspersoft.artifactoryonline.com/jaspersoft/jaspersoft-repo/

image

You can add that repo to your POM.

Many of the Jasper dependencies are not on Maven Central, that's one of the reasons I have my own repo.

image

@ballonyi
Copy link

URL above is not accessible and as I see server certificate expired in 2020:

kép

In my final agony I downloaded the jar (e.g. from jar-download.com) and installed it manually:
mvn install:install-file -Dfile=itext-2.1.7.jar -DgroupId=com.lowagie -DartifactId=itext -Dversion=2.1.7.js3 -Dpackaging=jar -DgeneratePom=true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants