diff pom.xml @ 1628:04a054acd4bb release-2.5

Merge from HEAD 8f3951c1630d23de6007c4996d6e72871ef67d23
author robcast
date Fri, 02 Jun 2017 10:50:33 +0200
parents 87e26192f7fa 1d21cb0d697c
children 392a149ed4d6
line wrap: on
line diff
--- a/pom.xml	Mon Feb 13 19:59:11 2017 +0100
+++ b/pom.xml	Fri Jun 02 10:50:33 2017 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
@@ -158,6 +157,12 @@
       </modules>
     </profile>
     <profile>
+      <id>iiif-presentation</id>
+      <modules>
+        <module>iiif-presentation</module>
+      </modules>
+    </profile>
+    <profile>
       <id>pdf</id>
       <modules>
         <module>pdf</module>
@@ -230,6 +235,11 @@
       </dependency>
       <dependency>
         <groupId>digilib</groupId>
+        <artifactId>digilib-iiif-presentation</artifactId>
+        <version>2.5-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>digilib</groupId>
         <artifactId>digilib-servlet</artifactId>
         <version>2.5.1</version>
       </dependency>