Author: fmeschbe
Date: Thu Sep 2 09:54:02 2010
New Revision: 991877
URL: http://svn.apache.org/viewvc?rev=991877&view=rev
Log:
SLING-1722 Do not embed StringUtils class but import the Commons Lang package
Modified:
sling/trunk/bundles/auth/form/pom.xml
Modified: sling/trunk/bundles/auth/form/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form/pom.xml?rev=991877&r1=991876&r2=991877&view=diff
==============================================================================
--- sling/trunk/bundles/auth/form/pom.xml (original)
+++ sling/trunk/bundles/auth/form/pom.xml Thu Sep 2 09:54:02 2010
@@ -78,7 +78,6 @@
</Import-Package>
<Embed-Dependency>
org.apache.sling.commons.osgi;inline="org/apache/sling/commons/osgi/OsgiUtil.*",
-
commons-lang;inline="org/apache/commons/lang/StringUtils.class",
commons-codec;inline="org/apache/commons/codec/binary/Base64.*
|org/apache/commons/codec/binary/Hex*
|org/apache/commons/codec/binary/StringUtils*