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 79d2c0c commit d4b87e6Copy full SHA for d4b87e6
core/pom.xml
@@ -73,7 +73,7 @@
73
<dependency>
74
<groupId>org.json</groupId>
75
<artifactId>json</artifactId>
76
- <version>20160807</version>
+ <version>20160810</version>
77
</dependency>
78
79
<groupId>com.google.guava</groupId>
tests/pom.xml
@@ -49,11 +49,6 @@
49
<artifactId>org.everit.json.schema</artifactId>
50
<version>${project.version}</version>
51
52
- <dependency>
53
- <groupId>org.everit.osgi.bundles</groupId>
54
- <artifactId>org.everit.osgi.bundles.org.json</artifactId>
55
- <version>1.0.0-v20140107</version>
56
- </dependency>
57
58
<groupId>junit</groupId>
59
<artifactId>junit</artifactId>
0 commit comments