diff pom.xml @ 979:f34891279a6e

bio-formats codec now works sometimes (only mo=q0 and only mo=jpg).
author robcast
date Thu, 26 Jan 2012 21:46:33 +0100
parents 0b5fa035af30
children d5e181e3401c
line wrap: on
line diff
--- a/pom.xml	Thu Jan 26 17:51:47 2012 +0100
+++ b/pom.xml	Thu Jan 26 21:46:33 2012 +0100
@@ -49,71 +49,57 @@
         <groupId>org.jdom</groupId>
         <artifactId>jdom</artifactId>
         <version>1.1</version>
-        <type>jar</type>
-        <scope>compile</scope>
     </dependency>
     <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.14</version>
-        <type>jar</type>
-        <scope>compile</scope>
     </dependency>
+    <!-- digilib module versions -->
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-common</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-common-jai</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-common-imagej</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
+    </dependency>
+    <dependency>
+    	<groupId>digilib</groupId>
+    	<artifactId>digilib-common-bioformats</artifactId>
+    	<version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-pdf</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-text</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-servlet2</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-servlet3</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>digilib</groupId>
     	<artifactId>digilib-webapp</artifactId>
     	<version>2.1-SNAPSHOT</version>
-    	<type>war</type>
-    	<scope>compile</scope>
     </dependency>
   	</dependencies>
   </dependencyManagement>
@@ -151,6 +137,7 @@
     <module>common</module>
     <module>common-jai</module>
     <module>common-imagej</module>
+    <module>common-bioformats</module>
     <module>servlet2</module>
     <module>servlet3</module>
     <module>pdf</module>