You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2008/08/15 21:33:25 UTC

svn commit: r686345 - /synapse/trunk/java/modules/transports/pom.xml

Author: veithen
Date: Fri Aug 15 12:33:24 2008
New Revision: 686345

URL: http://svn.apache.org/viewvc?rev=686345&view=rev
Log:
Committing modification missing in revision 686289.

Modified:
    synapse/trunk/java/modules/transports/pom.xml

Modified: synapse/trunk/java/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/pom.xml?rev=686345&r1=686344&r2=686345&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Fri Aug 15 12:33:24 2008
@@ -165,6 +165,12 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.directory.shared</groupId>
+            <artifactId>shared-ldap</artifactId>
+            <version>0.9.11</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockejb</groupId>
             <artifactId>mockejb</artifactId>
             <version>0.6-beta2</version>