diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-24 22:06:54 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-24 22:06:54 +0000 |
commit | 57ccb2fc4bc2e7b14c6269b0cd9b1634cc636d17 (patch) | |
tree | 3e59cf72a38bae1a0d10251a77ddeb6c900c38a6 | |
parent | 7461a332bc5c76c8154c525d334090ca59992627 (diff) | |
download | archiva-57ccb2fc4bc2e7b14c6269b0cd9b1634cc636d17.tar.gz archiva-57ccb2fc4bc2e7b14c6269b0cd9b1634cc636d17.zip |
move fest-assert declaration in parent pom dependencyManagement section
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304946 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 8afc5fa5f..5ce485e84 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -308,7 +308,6 @@ <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-assert</artifactId> - <version>1.4</version> <scope>test</scope> </dependency> @@ -114,6 +114,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-assert</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.6.2</version> |