You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/11/04 17:13:31 UTC

svn commit: r1197623 - /directory/apacheds/trunk/service/pom.xml

Author: pamarcelot
Date: Fri Nov  4 16:13:30 2011
New Revision: 1197623

URL: http://svn.apache.org/viewvc?rev=1197623&view=rev
Log:
Brought back the scope 'compile' for the 'shared-ldap-codec-standalone' module to allow launch script to succeed.

Modified:
    directory/apacheds/trunk/service/pom.xml

Modified: directory/apacheds/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/pom.xml?rev=1197623&r1=1197622&r2=1197623&view=diff
==============================================================================
--- directory/apacheds/trunk/service/pom.xml (original)
+++ directory/apacheds/trunk/service/pom.xml Fri Nov  4 16:13:30 2011
@@ -52,7 +52,6 @@
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap-codec-standalone</artifactId>
-      <scope>test</scope>
     </dependency>
     
     <dependency>