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

update pom to point to json-smart 2.2 (to pull updated asm dependency) #116

Closed
abhay-pradhan opened this issue Aug 25, 2015 · 5 comments
Closed

Comments

@abhay-pradhan
Copy link

Hello, the current pom has a depdency on json-smart 2.1.1, which in turn, has a direct dependency on {net.minidev, asm, 1.0.2} which in turn pulls in {asm, asm, 3.3.1}.

This unfortunately causes package namespace pollution as it has the package structure "org.objectweb.asm.*".

If you change the pom to have a dependency on json-smart-2.2, it correctly has a dependency on {net.minidev, accessors-smart} which correcstly pulls in the asm dependnecy by specifying org.object.web.asm

@jochenberger
Copy link
Contributor

Duplicate of #85.

@abhay-pradhan
Copy link
Author

thank you. any idea when this will be pushed to maven central?

@twicksell
Copy link

+1, would like to see the 2.0.1 release with this fix as soon as possible to avoid this issue. Any blockers to release?

@artembilan
Copy link

The reference issue https://jira.spring.io/browse/INT-3832.
And yes, that means +1 for release

@kallestenflo
Copy link
Contributor

resolved in #108

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

5 participants