solving problem in #4803 (Upgrade dbunit and easymock)
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 30 Apr 2015 10:08:31 +0000 (12:08 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 30 Apr 2015 10:08:31 +0000 (12:08 +0200)
cdmlib-remote-webapp/pom.xml
cdmlib-remote/pom.xml
pom.xml

index e248dfba4e2918e5a426c8ff23b4cf2158184dbd..3aefd240a502db87579e6d20245439f36548c961 100644 (file)
       <scope>provided</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-    </dependency>
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
index 74b61da224d7dbe057c25c76d9c87712af9aa60b..01412ff49ab11a8842aa06cf7546ec2501bda0b9 100644 (file)
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>com.ibm.lsid</groupId>
diff --git a/pom.xml b/pom.xml
index 309b7385ec2eed73ab386ab80b43114b4c69a408..ad97290e8628095a3fc16972c255adb218ea3a84 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <version>3.1</version>
-        <scope>test</scope>
-      </dependency>
       <dependency>
         <groupId>xmlunit</groupId>
         <artifactId>xmlunit</artifactId>