comparison servlet3/pom.xml @ 1169:888cdaf022fe

shuffling classes around: moved last servlet dependencies from common to new servlet module. moved common code from servlet2 and servlet3 to servlet. moved DigilibConfiguration and DigilibRequest to digilib.conf package (needs changes in JSPs).
author robcast
date Wed, 27 Mar 2013 17:23:44 +0100
parents 29e86ae1e3b2
children d4990c1463e3
comparison
equal deleted inserted replaced
1168:6c5eb1896cc0 1169:888cdaf022fe
21 </plugins> 21 </plugins>
22 </pluginManagement> 22 </pluginManagement>
23 </build> 23 </build>
24 <dependencies> 24 <dependencies>
25 <dependency> 25 <dependency>
26 <groupId>digilib</groupId>
27 <artifactId>digilib-common</artifactId>
28 <type>jar</type>
29 <scope>compile</scope>
30 </dependency>
31 <dependency>
32 <groupId>org.mortbay.jetty</groupId> 26 <groupId>org.mortbay.jetty</groupId>
33 <artifactId>servlet-api</artifactId> 27 <artifactId>servlet-api</artifactId>
34 <version>3.0.20100224</version> 28 <version>3.0.20100224</version>
35 <type>jar</type> 29 <type>jar</type>
36 <scope>provided</scope> 30 <scope>provided</scope>
37 </dependency> 31 </dependency>
32 <dependency>
33 <groupId>digilib</groupId>
34 <artifactId>digilib-servlet</artifactId>
35 </dependency>
38 </dependencies> 36 </dependencies>
39 <description>digilib servlet components using asynchronous servlet API.</description> 37 <description>digilib servlet components using asynchronous servlet API.</description>
40 </project> 38 </project>