Skip to content

Commit fc126c4

Browse files
Milan KuchtiakMilan Kuchtiak
Milan Kuchtiak
authored and
Milan Kuchtiak
committed
get rid of json-simple dependency
1 parent 1cdacb7 commit fc126c4

File tree

4 files changed

+233
-257
lines changed

4 files changed

+233
-257
lines changed

dspace-api/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -828,10 +828,6 @@
828828
<version>2.0.0</version>
829829
</dependency>
830830

831-
<dependency>
832-
<groupId>com.googlecode.json-simple</groupId>
833-
<artifactId>json-simple</artifactId>
834-
</dependency>
835831
<dependency>
836832
<groupId>com.itextpdf</groupId>
837833
<artifactId>itextpdf</artifactId>
@@ -874,7 +870,7 @@
874870
</exclusion>
875871
</exclusions>
876872
</dependency>
877-
873+
878874
</dependencies>
879875

880876
<dependencyManagement>
@@ -949,11 +945,6 @@
949945
<version>2.13.9</version>
950946
<scope>test</scope>
951947
</dependency>
952-
<dependency>
953-
<groupId>com.googlecode.json-simple</groupId>
954-
<artifactId>json-simple</artifactId>
955-
<version>1.1</version>
956-
</dependency>
957948
<dependency>
958949
<groupId>com.itextpdf</groupId>
959950
<artifactId>itextpdf</artifactId>

0 commit comments

Comments
 (0)