Skip to content

Commit 1880148

Browse files
committed
changing to the everit-packaged org.json module
1 parent 89b3620 commit 1880148

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585

8686
<dependencies>
8787
<dependency>
88-
<groupId>org.json</groupId>
89-
<artifactId>json</artifactId>
90-
<version>20141113</version>
88+
<groupId>org.everit.osgi.bundles</groupId>
89+
<artifactId>org.everit.osgi.bundles.org.json</artifactId>
90+
<version>1.0.0-v20140107</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>junit</groupId>

tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
<version>${project.version}</version>
5151
</dependency>
5252
<dependency>
53-
<groupId>org.json</groupId>
54-
<artifactId>json</artifactId>
55-
<version>20141113</version>
56-
</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>
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)