Skip to content

Commit 17ef92e

Browse files
committed
upgrading to org.json:json:20160212 - fixing #25
1 parent 611ece9 commit 17ef92e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
</plugins>
7676
</build>
7777
<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>
78+
<dependency>
79+
<groupId>org.json</groupId>
80+
<artifactId>json</artifactId>
81+
<version>20160212</version>
82+
</dependency>
8383
<dependency>
8484
<groupId>junit</groupId>
8585
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)