[VIVO-1313] Swap javax JSON interface to Glassfish parser
This commit is contained in:
parent
96b06fc9a5
commit
ed2b570d37
1 changed files with 7 additions and 2 deletions
9
dependencies/pom.xml
vendored
9
dependencies/pom.xml
vendored
|
@ -260,6 +260,11 @@
|
|||
<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>
|
||||
|
@ -298,11 +303,11 @@
|
|||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<!-- dependency>
|
||||
<groupId>javax.json</groupId>
|
||||
<artifactId>javax.json-api</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
</dependency -->
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
<artifactId>mail</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue