MAVEN, json-simple 1.1.1 depends on Junit
See original GitHub issueWhat steps will reproduce the problem?
On central maven repo,
http://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple/1.1.1
json-simple pom reference junit in its dependencies.
What is the expected output? What do you see instead?
junit deps should be in test scope
What version of the product are you using? On what operating system?
1.1.1
Please provide any additional information below.
json-simple comes with junit wich leads to conflicts in maven projects using
json-simple
Thanks
Original issue reported on code.google.com by colin...@gmail.com
on 23 Sep 2013 at 2:15
Issue Analytics
- State:
- Created 8 years ago
- Comments:6
Top Results From Across the Web
MAVEN, json-simple 1.1.1 depends on Junit - Google Groups
Issue 91 in json-simple: MAVEN, json-simple 1.1.1 depends on Junit. 46 views ... json-simple pom reference junit in its dependencies.
Read more >json-simple - issue #91 - Google Code
MAVEN, json-simple 1.1.1 depends on Junit ... json-simple comes with junit wich leads to conflicts in maven projects using json-simple.
Read more >Maven Repository - POM file for JSON json-simple 1.1.1 1.1.1
Depends on ; JUnit, junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by...
Read more >json-simple : 1.1.1 - Maven Central Repository Search
JSON.simple - A simple Java toolkit for JSON.
Read more >Upgrade to json-simple:1.1.1 [239967984] - Issue Tracker
json -simple:json-simple:1.1.1 is signed and binary compatible, so it would be great if AGP would depend on that instead. https://repo1.maven.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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/
Any news on getting this release out?