-
Notifications
You must be signed in to change notification settings - Fork 339
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
MAVEN, json-simple 1.1.1 depends on Junit #91
Comments
Any chance we could please get a release of this to Maven Central? The JUnit library being included in shaded libraries is unnecessary bloat and can generating annoying classpath overlap warnings. |
Any news on getting this release out? |
I just want to note that this issue has been addressed in my fork (which is fully compatible with this library if you're using java 7+). You can find more details about it here: https://cliftonlabs.github.io/json-simple/ |
JUnit should be a test dependency only. Projects using `jts-io-common` also inherits from this (outdated) dependency. See fangyidong/json-simple#91
JUnit should be a test dependency only. Projects using `jts-io-common` also inherits from this (outdated) dependency. See fangyidong/json-simple#91
Hello would it be possible to release a new version of this library? The code is fixed but there is no artifact of json-simple available without junit in the dependencies. Thanks |
@xbcbqc https://cliftonlabs.github.io/json-simple/ you can use this release for json-simple without junit in in your project. |
Ok thanks. I need to communicate with the other project because it's a transitive lib in my dependencies. |
Sure thing, just a heads up: you can use version 2.3.1 of the one I linked to be fully backwards compatible with this project. |
Original issue reported on code.google.com by
[email protected]
on 23 Sep 2013 at 2:15The text was updated successfully, but these errors were encountered: