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 05:00:20 UTC

svn commit: r1627200 - /servicemix/smx4/bundles/trunk/spring-tx-3.2.9.RELEASE/pom.xml

Author: ffang
Date: Wed Sep 24 03:00:20 2014
New Revision: 1627200

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

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

Modified: servicemix/smx4/bundles/trunk/spring-tx-3.2.9.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-3.2.9.RELEASE/pom.xml?rev=1627200&r1=1627199&r2=1627200&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-3.2.9.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-tx-3.2.9.RELEASE/pom.xml Wed Sep 24 03:00:20 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>