Mercurial > hg > digilib
changeset 1626:3e6607e85d12
downgrade javax.json-api to 1.0 to prevent classpath-scanning tripping on java9 jars.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 01 Jun 2017 20:23:49 +0200 |
parents | 607e5991b8aa |
children | 8f3951c1630d |
files | iiif-presentation/pom.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/iiif-presentation/pom.xml Thu Jun 01 19:33:43 2017 +0200 +++ b/iiif-presentation/pom.xml Thu Jun 01 20:23:49 2017 +0200 @@ -30,12 +30,12 @@ <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> - <version>1.1</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> - <version>1.1</version> + <version>1.0</version> </dependency> </dependencies> </project>