# HG changeset patch # User Sascha L. Teichmann # Date 1300206674 0 # Node ID 7cdac43246094c7295755954d827f20a3c6264b1 # Parent 249390dd24e7891db60c460a2a5a6a8923ae3e2f 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 diff -r 249390dd24e7 -r 7cdac4324609 flys-backend/ChangeLog --- a/flys-backend/ChangeLog Tue Mar 15 14:49:56 2011 +0000 +++ b/flys-backend/ChangeLog Tue Mar 15 16:31:14 2011 +0000 @@ -1,3 +1,8 @@ +2011-03-15 Sascha L. Teichmann + + * pom.xml: Added dependency to artifacts-commons to + be able to use the global configuration of the artifact database. + 2011-03-15 Sascha L. Teichmann * src/main/java/de/intevation/flys/App.java: Wire all POJOs diff -r 249390dd24e7 -r 7cdac4324609 flys-backend/pom.xml --- 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 @@ + de.intevation.artifacts.common + artifacts-common + 1.0-SNAPSHOT + + junit junit 3.8.1