comparison flys-backend/pom.xml @ 175:7cdac4324609

Added dependency to artifacts-commons to be able to use the global configuration of the artifact database. flys-backend/trunk@1479 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 15 Mar 2011 16:31:14 +0000
parents 7929f4144d2f
children 2b57edd94735
comparison
equal deleted inserted replaced
174:249390dd24e7 175:7cdac4324609
40 </plugins> 40 </plugins>
41 </build> 41 </build>
42 42
43 <dependencies> 43 <dependencies>
44 <dependency> 44 <dependency>
45 <groupId>de.intevation.artifacts.common</groupId>
46 <artifactId>artifacts-common</artifactId>
47 <version>1.0-SNAPSHOT</version>
48 </dependency>
49 <dependency>
45 <groupId>junit</groupId> 50 <groupId>junit</groupId>
46 <artifactId>junit</artifactId> 51 <artifactId>junit</artifactId>
47 <version>3.8.1</version> 52 <version>3.8.1</version>
48 <scope>test</scope> 53 <scope>test</scope>
49 </dependency> 54 </dependency>

http://dive4elements.wald.intevation.org