You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2011/10/25 17:04:30 UTC

svn commit: r1188691 - in /mina/trunk: examples/pom.xml pom.xml

Author: elecharny
Date: Tue Oct 25 15:04:30 2011
New Revision: 1188691

URL: http://svn.apache.org/viewvc?rev=1188691&view=rev
Log:
added the remaining dependencies to make the LDAP codec and tests happy

Modified:
    mina/trunk/examples/pom.xml
    mina/trunk/pom.xml

Modified: mina/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/examples/pom.xml?rev=1188691&r1=1188690&r2=1188691&view=diff
==============================================================================
--- mina/trunk/examples/pom.xml (original)
+++ mina/trunk/examples/pom.xml Tue Oct 25 15:04:30 2011
@@ -41,19 +41,28 @@
       <version>${project.version}</version>
       <type>bundle</type>
     </dependency>
+    
     <dependency>
-    	<groupId>${project.groupId}</groupId>
-    	<artifactId>mina-http</artifactId>
-    	<version>${project.version}</version>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mina-http</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mina-ldap</artifactId>
+      <version>${project.version}</version>
     </dependency>
+    
     <dependency>
-    	<groupId>log4j</groupId>
-    	<artifactId>log4j</artifactId>
-    	<scope>runtime</scope>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>runtime</scope>
     </dependency>
+    
     <dependency>
-    	<groupId>org.slf4j</groupId>
-    	<artifactId>slf4j-log4j12</artifactId>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
         <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=1188691&r1=1188690&r2=1188691&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Tue Oct 25 15:04:30 2011
@@ -89,6 +89,7 @@
   <modules>
     <module>core</module>
     <module>http</module>
+    <module>ldap</module>
     <module>examples</module>
   </modules>