Mercurial > dive4elements > river
diff flys-client/pom.xml @ 2496:7e077899e259
Added dependency to MapFish Print
flys-client/trunk@4309 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 26 Apr 2012 11:32:57 +0000 |
parents | 88b51e6e0334 |
children | 427df4e81af0 |
line wrap: on
line diff
--- a/flys-client/pom.xml Thu Apr 26 09:52:17 2012 +0000 +++ b/flys-client/pom.xml Thu Apr 26 11:32:57 2012 +0000 @@ -89,6 +89,11 @@ <artifactId>log4j</artifactId> <version>1.2.14</version> </dependency> + <dependency> + <groupId>org.mapfish.print</groupId> + <artifactId>print-lib</artifactId> + <version>1.2-SNAPSHOT</version> + </dependency> </dependencies> <build> @@ -186,6 +191,10 @@ <name>SmartGWT</name> <url>http://www.smartclient.com/maven2</url> </repository> + <repository> + <id>org.mapfish</id> + <url>http://dev.mapfish.org/maven/repository</url> + </repository> </repositories> </project>