Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken dependency #312

Closed
mmarcadella opened this issue Nov 1, 2022 · 3 comments
Closed

Broken dependency #312

mmarcadella opened this issue Nov 1, 2022 · 3 comments

Comments

@mmarcadella
Copy link

net.sf.jasperreports:jasperreports:jar:6.20.0 depends on com.lowagie:itext:jar:2.1.7.js10
But the latter is not found on Maven.

@dadza
Copy link
Collaborator

dadza commented Nov 1, 2022

See #148 (comment)

@mmarcadella
Copy link
Author

Thanks.
For those having the same issue, see here, but using https instead of http.

@lucasmuniz
Copy link

With HTTPS:


repositories {
    mavenCentral()
    maven{url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/"}
}

dependencies {
    implementation 'com.lowagie:itext:2.1.7.js10'
}

Works for me.

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

No branches or pull requests

3 participants