[VIVO-1317] Remove Glassfish JSON library

This commit is contained in:
Graham Triggs 2017-09-15 09:33:14 +01:00
parent 04f61c466f
commit 5e6185353d
2 changed files with 10 additions and 16 deletions

15
dependencies/pom.xml vendored
View file

@ -203,6 +203,11 @@
<artifactId>jackson-core</artifactId>
<version>2.7.4</version>
</dependency>
<!-- dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr353</artifactId>
<version>2.7.4</version>
</dependency -->
<!-- Needed for ORCID? -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@ -254,11 +259,6 @@
<artifactId>freemarker</artifactId>
<version>2.3.23</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>jtidy</artifactId>
@ -297,11 +297,6 @@
<version>1.2.1</version>
</dependency>
<!-- dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.0</version>
</dependency -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>