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:55:32 UTC

svn commit: r1627198 - /servicemix/smx4/bundles/trunk/spring-tx-3.2.7.RELEASE/pom.xml

Author: ffang
Date: Wed Sep 24 02:55:31 2014
New Revision: 1627198

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

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

Modified: servicemix/smx4/bundles/trunk/spring-tx-3.2.7.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-3.2.7.RELEASE/pom.xml?rev=1627198&r1=1627197&r2=1627198&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-3.2.7.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-tx-3.2.7.RELEASE/pom.xml Wed Sep 24 02:55:31 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>