Author: jbonofre
Date: Thu Jan 6 07:14:34 2011
New Revision: 1055768
URL: http://svn.apache.org/viewvc?rev=1055768&view=rev
Log:
[SMX4-736] Jasypt 1.7 bundle doesn't require commons-lang and commons-codec
anymore.
Modified:
servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml
servicemix/smx4/bundles/trunk/pom.xml
Modified: servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml?rev=1055768&r1=1055767&r2=1055768&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml Thu Jan 6 07:14:34 2011
@@ -47,8 +47,6 @@
org.acegisecurity*;resolution:=optional,
javax.crypto*,
javax.servlet*;resolution:=optional,
- org.apache.commons.codec*;version="[1.1,2)",
- org.apache.commons.lang*;version="[2.1,3)",
org.apache.wicket*;resolution:=optional,
org.hibernate*;resolution:=optional,
org.springframework*;resolution:=optional,
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1055768&r1=1055767&r2=1055768&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Jan 6 07:14:34 2011
@@ -48,6 +48,7 @@
<module>jibx-1.2.2</module>
<module>cglib-2.2</module>
<module>spymemcached-2.5</module>
+ <module>jasypt-1.7</module>
</modules>
</project>