You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/10 15:53:20 UTC

directory-fortress-realm git commit: remove commented out dependencies

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 781c8065e -> 669345e20


remove commented out dependencies


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/commit/669345e2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/tree/669345e2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/diff/669345e2

Branch: refs/heads/master
Commit: 669345e208dcd7a65fec4d8265b68cda13b82b96
Parents: 781c806
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 08:53:04 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 08:53:04 2015 -0600

----------------------------------------------------------------------
 impl/pom.xml  |  9 ---------
 proxy/pom.xml | 16 ----------------
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/669345e2/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index 6f07a85..837db5d 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -57,15 +57,6 @@
             <artifactId>fortress-core</artifactId>
             <version>${fortress-core.version}</version>
         </dependency>
-
-<!--
-        <dependency>
-            <groupId>org.apache.directory.api</groupId>
-            <artifactId>api-all</artifactId>
-            <version>1.0.0-M28</version>
-        </dependency>
--->
-
     </dependencies>
 
     <build>

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/669345e2/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 9a608f0..7a93dfd 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -36,22 +36,6 @@
 
   <dependencies>
 
-<!--
-
-    <dependency>
-      <groupId>org.apache.directory.junit</groupId>
-      <artifactId>junit-addons</artifactId>
-      <scope>test</scope>
-      <version>0.1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.directory.api</groupId>
-      <artifactId>api-all</artifactId>
-      <version>1.0.0-M28</version>
-    </dependency>
--->
-
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-catalina</artifactId>