You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by vr...@apache.org on 2011/08/12 14:26:44 UTC

svn commit: r1157070 - /sling/whiteboard/vramdal/ldapresource/pom.xml

Author: vramdal
Date: Fri Aug 12 12:26:43 2011
New Revision: 1157070

URL: http://svn.apache.org/viewvc?rev=1157070&view=rev
Log:
LdapResource: Removing unnecessary commons-lang embedded dependency

Modified:
    sling/whiteboard/vramdal/ldapresource/pom.xml

Modified: sling/whiteboard/vramdal/ldapresource/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/vramdal/ldapresource/pom.xml?rev=1157070&r1=1157069&r2=1157070&view=diff
==============================================================================
--- sling/whiteboard/vramdal/ldapresource/pom.xml (original)
+++ sling/whiteboard/vramdal/ldapresource/pom.xml Fri Aug 12 12:26:43 2011
@@ -55,7 +55,7 @@
                     <instructions>
                         <Private-Package>org.apache.sling.samples.ldap.resource.*</Private-Package>
                         <Export-Package>org.apache.sling.samples.ldap.resource.api</Export-Package>
-                        <Embed-Dependency>shared-all,antlr,commons-lang,commons-pool,mina-core</Embed-Dependency>
+                        <Embed-Dependency>shared-all,antlr,commons-pool,mina-core</Embed-Dependency>
                         <Embed-Transitive>true</Embed-Transitive>
                         <Import-Package>!org.dom4j,!org.dom4j.*,!org.xmlpull.*,*</Import-Package>
                     </instructions>
@@ -82,7 +82,7 @@
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-            <version>2.6</version>
+            <version>2.5</version>
         </dependency>
         <dependency>
             <groupId>commons-pool</groupId>