You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2013/04/29 21:15:59 UTC

git commit: remove reference to old ldap module

Updated Branches:
  refs/heads/trunk 94da8200b -> bdbfb5a7f


remove reference to old ldap module


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

Branch: refs/heads/trunk
Commit: bdbfb5a7f8f92ce76f050b565cf3228dbc039824
Parents: 94da820
Author: jvermillard <jv...@apache.org>
Authored: Mon Apr 29 21:14:09 2013 +0200
Committer: jvermillard <jv...@apache.org>
Committed: Mon Apr 29 21:14:09 2013 +0200

----------------------------------------------------------------------
 examples/pom.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/bdbfb5a7/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 64dfc0a..526534f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -52,12 +52,6 @@
     </dependency>
     
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>mina-ldap</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    
-    <dependency>
       <groupId>org.apache.logging.log4j.adapters</groupId>
       <artifactId>slf4j-impl</artifactId>
       <scope>runtime</scope>