Mercurial > hg > digilib
diff webapp/pom.xml @ 1613:1d21cb0d697c iiif-presentation-2
first version of Manifester servlet for creating simple IIIF presentation API manifests (does not really work yet).
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 24 May 2017 21:02:19 +0200 |
parents | d1921b08fedb |
children | 62246fdad980 |
line wrap: on
line diff
--- a/webapp/pom.xml Wed May 24 15:58:54 2017 +0200 +++ b/webapp/pom.xml Wed May 24 21:02:19 2017 +0200 @@ -276,6 +276,17 @@ </dependency> </dependencies> </profile> + <profile> + <id>iiif-presentation</id> + <dependencies> + <dependency> + <groupId>digilib</groupId> + <artifactId>digilib-iiif-presentation</artifactId> + <type>jar</type> + <scope>compile</scope> + </dependency> + </dependencies> + </profile> <profile> <id>codec-jai</id> <dependencies>