comparison 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
comparison
equal deleted inserted replaced
977:17bf6ac7a8cd 979:f34891279a6e
47 <dependencies> 47 <dependencies>
48 <dependency> 48 <dependency>
49 <groupId>org.jdom</groupId> 49 <groupId>org.jdom</groupId>
50 <artifactId>jdom</artifactId> 50 <artifactId>jdom</artifactId>
51 <version>1.1</version> 51 <version>1.1</version>
52 <type>jar</type>
53 <scope>compile</scope>
54 </dependency> 52 </dependency>
55 <dependency> 53 <dependency>
56 <groupId>log4j</groupId> 54 <groupId>log4j</groupId>
57 <artifactId>log4j</artifactId> 55 <artifactId>log4j</artifactId>
58 <version>1.2.14</version> 56 <version>1.2.14</version>
59 <type>jar</type>
60 <scope>compile</scope>
61 </dependency> 57 </dependency>
58 <!-- digilib module versions -->
62 <dependency> 59 <dependency>
63 <groupId>digilib</groupId> 60 <groupId>digilib</groupId>
64 <artifactId>digilib-common</artifactId> 61 <artifactId>digilib-common</artifactId>
65 <version>2.1-SNAPSHOT</version> 62 <version>2.1-SNAPSHOT</version>
66 <type>jar</type>
67 <scope>compile</scope>
68 </dependency> 63 </dependency>
69 <dependency> 64 <dependency>
70 <groupId>digilib</groupId> 65 <groupId>digilib</groupId>
71 <artifactId>digilib-common-jai</artifactId> 66 <artifactId>digilib-common-jai</artifactId>
72 <version>2.1-SNAPSHOT</version> 67 <version>2.1-SNAPSHOT</version>
73 <type>jar</type>
74 <scope>compile</scope>
75 </dependency> 68 </dependency>
76 <dependency> 69 <dependency>
77 <groupId>digilib</groupId> 70 <groupId>digilib</groupId>
78 <artifactId>digilib-common-imagej</artifactId> 71 <artifactId>digilib-common-imagej</artifactId>
79 <version>2.1-SNAPSHOT</version> 72 <version>2.1-SNAPSHOT</version>
80 <type>jar</type> 73 </dependency>
81 <scope>compile</scope> 74 <dependency>
75 <groupId>digilib</groupId>
76 <artifactId>digilib-common-bioformats</artifactId>
77 <version>2.1-SNAPSHOT</version>
82 </dependency> 78 </dependency>
83 <dependency> 79 <dependency>
84 <groupId>digilib</groupId> 80 <groupId>digilib</groupId>
85 <artifactId>digilib-pdf</artifactId> 81 <artifactId>digilib-pdf</artifactId>
86 <version>2.1-SNAPSHOT</version> 82 <version>2.1-SNAPSHOT</version>
87 <type>jar</type>
88 <scope>compile</scope>
89 </dependency> 83 </dependency>
90 <dependency> 84 <dependency>
91 <groupId>digilib</groupId> 85 <groupId>digilib</groupId>
92 <artifactId>digilib-text</artifactId> 86 <artifactId>digilib-text</artifactId>
93 <version>2.1-SNAPSHOT</version> 87 <version>2.1-SNAPSHOT</version>
94 <type>jar</type>
95 <scope>compile</scope>
96 </dependency> 88 </dependency>
97 <dependency> 89 <dependency>
98 <groupId>digilib</groupId> 90 <groupId>digilib</groupId>
99 <artifactId>digilib-servlet2</artifactId> 91 <artifactId>digilib-servlet2</artifactId>
100 <version>2.1-SNAPSHOT</version> 92 <version>2.1-SNAPSHOT</version>
101 <type>jar</type>
102 <scope>compile</scope>
103 </dependency> 93 </dependency>
104 <dependency> 94 <dependency>
105 <groupId>digilib</groupId> 95 <groupId>digilib</groupId>
106 <artifactId>digilib-servlet3</artifactId> 96 <artifactId>digilib-servlet3</artifactId>
107 <version>2.1-SNAPSHOT</version> 97 <version>2.1-SNAPSHOT</version>
108 <type>jar</type>
109 <scope>compile</scope>
110 </dependency> 98 </dependency>
111 <dependency> 99 <dependency>
112 <groupId>digilib</groupId> 100 <groupId>digilib</groupId>
113 <artifactId>digilib-webapp</artifactId> 101 <artifactId>digilib-webapp</artifactId>
114 <version>2.1-SNAPSHOT</version> 102 <version>2.1-SNAPSHOT</version>
115 <type>war</type>
116 <scope>compile</scope>
117 </dependency> 103 </dependency>
118 </dependencies> 104 </dependencies>
119 </dependencyManagement> 105 </dependencyManagement>
120 <properties> 106 <properties>
121 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 107 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
149 </dependencies> 135 </dependencies>
150 <modules> 136 <modules>
151 <module>common</module> 137 <module>common</module>
152 <module>common-jai</module> 138 <module>common-jai</module>
153 <module>common-imagej</module> 139 <module>common-imagej</module>
140 <module>common-bioformats</module>
154 <module>servlet2</module> 141 <module>servlet2</module>
155 <module>servlet3</module> 142 <module>servlet3</module>
156 <module>pdf</module> 143 <module>pdf</module>
157 <module>text</module> 144 <module>text</module>
158 <module>webapp</module> 145 <module>webapp</module>