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

No provided dependencies for version 1.3.0 and 1.3.1 builds #124

Closed
0ffer opened this issue May 30, 2023 · 1 comment
Closed

No provided dependencies for version 1.3.0 and 1.3.1 builds #124

0ffer opened this issue May 30, 2023 · 1 comment
Assignees

Comments

@0ffer
Copy link

0ffer commented May 30, 2023

Hi!
I build app with gradle and killbill client. When we has client version 1.2.6, all transitive dependecies were downloaded successfully.

After upgrade to 1.3.0 something brokes and gradle can't see transitive dependencies.
Also on maven central pages i can see compile dependencies for 1.2.6, but this list is empty for 1.3.0 and 1.3.1
https://mvnrepository.com/artifact/org.kill-bill.billing/killbill-client-java/1.2.6
https://mvnrepository.com/artifact/org.kill-bill.billing/killbill-client-java/1.3.0
https://mvnrepository.com/artifact/org.kill-bill.billing/killbill-client-java/1.3.1

My current solution - just copy needed dependencies in project root dependencies.

In pom within jar all looks good, but i saw that maven shade plugin installed.
If else, then may be wrong jar publicated? (without included dependencies)

xsalefter added a commit to xsalefter/killbill-commons that referenced this issue Jun 2, 2023
…more

Originally, the problem reported in killbill-client-java:
killbill/killbill-client-java#124

other affected line just spacing problem, or re-arrange dependency
@xsalefter
Copy link
Contributor

Hi @0ffer , thanks for your report. This issue already addressed and new killbill-client-java version has been published. You can give it a try and report new issue if you found the same or any other problems. Meanwhile, I'll close this issue.

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