You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/03/30 09:45:52 UTC

aries-rsa git commit: Fix repo

Repository: aries-rsa
Updated Branches:
  refs/heads/master d8162e405 -> 396103382


Fix repo


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/39610338
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/39610338
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/39610338

Branch: refs/heads/master
Commit: 396103382600f9bfedd71d6cbb5d5f1be74e6f94
Parents: d8162e4
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Mar 30 09:45:45 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Mar 30 09:45:45 2016 +0200

----------------------------------------------------------------------
 repository/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/39610338/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index e8732e6..e20d3ab 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -82,16 +82,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.zookeeper</groupId>
-            <artifactId>zookeeper</artifactId>
-            <exclusions>
-                <exclusion>
-                    <artifactId>slf4j-api</artifactId>
-                    <groupId>org.slf4j</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
             <groupId>org.apache.aries.rsa.examples.echotcp</groupId>
             <artifactId>org.apache.aries.rsa.examples.echotcp.service</artifactId>
             <version>${project.version}</version>