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:07:01 UTC

svn commit: r1627207 - /servicemix/smx4/bundles/trunk/spring-tx-4.0.6.RELEASE/pom.xml

Author: ffang
Date: Wed Sep 24 03:07:01 2014
New Revision: 1627207

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

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

Modified: servicemix/smx4/bundles/trunk/spring-tx-4.0.6.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-4.0.6.RELEASE/pom.xml?rev=1627207&r1=1627206&r2=1627207&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-4.0.6.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-tx-4.0.6.RELEASE/pom.xml Wed Sep 24 03:07:01 2014
@@ -85,6 +85,9 @@
             org.springframework.util;version="[${pkgVersion},4.1)",
             org.springframework.util.concurrent;version="[${pkgVersion},4.1)",
             org.springframework.util.xml;version="[${pkgVersion},4.1)",
+            org.springframework.cglib.core;version="[${pkgVersion},4.1)",
+            org.springframework.cglib.proxy;version="[${pkgVersion},4.1)",
+            org.springframework.cglib.reflect;version="[${pkgVersion},4.1)",
             org.w3c.dom;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>