Mercurial > hg > digilib
diff 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 | f2ac01ddebf1 |
| children | d4990c1463e3 |
line wrap: on
line diff
--- a/pom.xml Wed Mar 27 13:02:27 2013 +0100 +++ b/pom.xml Wed Mar 27 17:23:44 2013 +0100 @@ -176,6 +176,11 @@ </dependency> <dependency> <groupId>digilib</groupId> + <artifactId>digilib-servlet</artifactId> + <version>2.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>digilib</groupId> <artifactId>digilib-servlet2</artifactId> <version>2.1-SNAPSHOT</version> </dependency> @@ -200,6 +205,7 @@ <!-- default modules --> <modules> <module>common</module> + <module>servlet</module> <module>servlet2</module> <module>servlet3</module> <module>webapp</module>
