You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/02/13 07:54:41 UTC

[archiva-redback-core] branch master updated: Removing redundant dependency entry

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 b40804b  Removing redundant dependency entry
b40804b is described below

commit b40804b4ba906258936882b6ae9c21fc9e1a8202
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed Feb 13 08:54:30 2019 +0100

    Removing redundant dependency entry
---
 .../redback-common-configuration-acc2/pom.xml                         | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml b/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml
index e74b825..57db019 100644
--- a/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml
+++ b/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml
@@ -53,10 +53,6 @@
       <artifactId>commons-beanutils</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>