diff servlet/pom.xml @ 1667:254167aef851

Changed IIIF info.json generation to JsonGenerator. Should fix missing comma bug in sizes list. Updated javax.json implementation to 1.0.4.
author Robert Casties <r0bcas7@gmail.com>
date Thu, 23 Nov 2017 13:12:35 +0100
parents 22dd14eccdc0
children 078bf3d13f5c
line wrap: on
line diff
--- a/servlet/pom.xml	Tue Nov 21 20:48:54 2017 +0100
+++ b/servlet/pom.xml	Thu Nov 23 13:12:35 2017 +0100
@@ -27,9 +27,20 @@
   		<scope>provided</scope>
   	</dependency>
   	<dependency>
+  	    <!-- implementation of JWT JOSE specification -->
   		<groupId>org.bitbucket.b_c</groupId>
   		<artifactId>jose4j</artifactId>
   		<version>0.5.0</version>
   	</dependency>
+  	<dependency>
+  		<groupId>javax.json</groupId>
+  		<artifactId>javax.json-api</artifactId>
+  		<version>1.0</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.glassfish</groupId>
+  		<artifactId>javax.json</artifactId>
+  		<version>1.0.4</version>
+  	</dependency>
   </dependencies>
 </project>