This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new abd4c73  Removing easymock dependency
abd4c73 is described below

commit abd4c736ce27a38c971b5842eb01d72fb6cb9204
Author: Martin Schreier <[email protected]>
AuthorDate: Tue Jan 4 20:45:32 2022 +0100

    Removing easymock dependency
---
 pom.xml                                                  | 6 ------
 redback-integrations/redback-common-integrations/pom.xml | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98e18e8..e61d523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,12 +447,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <version>4.3</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
         <groupId>org.hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
         <version>${hsqldb.version}</version>
diff --git a/redback-integrations/redback-common-integrations/pom.xml 
b/redback-integrations/redback-common-integrations/pom.xml
index b9c58b5..f37fa12 100644
--- a/redback-integrations/redback-common-integrations/pom.xml
+++ b/redback-integrations/redback-common-integrations/pom.xml
@@ -221,11 +221,6 @@
       <artifactId>redback-keys-cached</artifactId>
       <scope>test</scope>
     </dependency>    
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>org.apache.archiva.redback</groupId>

Reply via email to