Skip to content

Commit d4b87e6

Browse files
committed
upgrading to org.json:json:20160810
1 parent 79d2c0c commit d4b87e6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.json</groupId>
7575
<artifactId>json</artifactId>
76-
<version>20160807</version>
76+
<version>20160810</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.google.guava</groupId>

tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>org.everit.json.schema</artifactId>
5050
<version>${project.version}</version>
5151
</dependency>
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>
5752
<dependency>
5853
<groupId>junit</groupId>
5954
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)