Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-backend/pom.xml Tue Mar 15 14:49:56 2011 +0000 +++ b/flys-backend/pom.xml Tue Mar 15 16:31:14 2011 +0000 @@ -42,6 +42,11 @@ <dependencies> <dependency> + <groupId>de.intevation.artifacts.common</groupId> + <artifactId>artifacts-common</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version>