We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611ece9 commit 17ef92eCopy full SHA for 17ef92e
core/pom.xml
@@ -75,11 +75,11 @@
75
</plugins>
76
</build>
77
<dependencies>
78
- <dependency>
79
- <groupId>org.everit.osgi.bundles</groupId>
80
- <artifactId>org.everit.osgi.bundles.org.json</artifactId>
81
- <version>1.0.0-v20140107</version>
82
- </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20160212</version>
+ </dependency>
83
<dependency>
84
<groupId>junit</groupId>
85
<artifactId>junit</artifactId>
0 commit comments