comparison 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
comparison
equal deleted inserted replaced
2495:d0066abb025c 2496:7e077899e259
86 </dependency> 86 </dependency>
87 <dependency> 87 <dependency>
88 <groupId>log4j</groupId> 88 <groupId>log4j</groupId>
89 <artifactId>log4j</artifactId> 89 <artifactId>log4j</artifactId>
90 <version>1.2.14</version> 90 <version>1.2.14</version>
91 </dependency>
92 <dependency>
93 <groupId>org.mapfish.print</groupId>
94 <artifactId>print-lib</artifactId>
95 <version>1.2-SNAPSHOT</version>
91 </dependency> 96 </dependency>
92 </dependencies> 97 </dependencies>
93 98
94 <build> 99 <build>
95 <!-- Generate compiled stuff in the folder used for developing mode --> 100 <!-- Generate compiled stuff in the folder used for developing mode -->
184 <repository> 189 <repository>
185 <id>com.smartgwt</id> 190 <id>com.smartgwt</id>
186 <name>SmartGWT</name> 191 <name>SmartGWT</name>
187 <url>http://www.smartclient.com/maven2</url> 192 <url>http://www.smartclient.com/maven2</url>
188 </repository> 193 </repository>
194 <repository>
195 <id>org.mapfish</id>
196 <url>http://dev.mapfish.org/maven/repository</url>
197 </repository>
189 </repositories> 198 </repositories>
190 </project> 199 </project>
191 200
192 201

http://dive4elements.wald.intevation.org