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:04:45 UTC

svn commit: r1627204 - /servicemix/smx4/bundles/trunk/spring-tx-4.0.2.RELEASE/pom.xml

Author: ffang
Date: Wed Sep 24 03:04:44 2014
New Revision: 1627204

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

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

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