Mercurial > hg > digilib
diff iiif-presentation/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/iiif-presentation/pom.xml Tue Nov 21 20:48:54 2017 +0100 +++ b/iiif-presentation/pom.xml Thu Nov 23 13:12:35 2017 +0100 @@ -35,7 +35,7 @@ <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> - <version>1.0</version> + <version>1.0.4</version> </dependency> </dependencies> </project>