You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/09/24 04:59:25 UTC

svn commit: r1627199 - /servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml

Author: ffang
Date: Wed Sep 24 02:59:25 2014
New Revision: 1627199

URL: http://svn.apache.org/r1627199
Log:
[SMX4-1856]Missing Import-Package for spring-tx

Modified:
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml

Modified: servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml?rev=1627199&r1=1627198&r2=1627199&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml Wed Sep 24 02:59:25 2014
@@ -83,6 +83,9 @@
             org.springframework.stereotype;version="[${pkgVersion},3.3)";resolution:=optional,
             org.springframework.util;version="[${pkgVersion},3.3)",
             org.springframework.util.xml;version="[${pkgVersion},3.3)",
+            org.springframework.cglib.core;version="[${pkgVersion},3.3)",
+            org.springframework.cglib.proxy;version="[${pkgVersion},3.3)",
+            org.springframework.cglib.reflect;version="[${pkgVersion},3.3)",
             org.w3c.dom;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>