]> source.dussan.org Git - archiva.git/commitdiff
move fest-assert declaration in parent pom dependencyManagement section
authorOlivier Lamy <olamy@apache.org>
Sat, 24 Mar 2012 22:06:54 +0000 (22:06 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 24 Mar 2012 22:06:54 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304946 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
pom.xml

index 8afc5fa5f54db33cfbae82cc0c71880af650da98..5ce485e841ba4165ff103a1936a0477f7f8804f8 100644 (file)
     <dependency>
       <groupId>org.easytesting</groupId>
       <artifactId>fest-assert</artifactId>
-      <version>1.4</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index d62ed87845863ca6b85a677200eb20113657ab72..8896ab60bc0730c5975ffe4d09bff6498e2a02ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>4.10</version>
         <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>