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 2010/07/08 06:02:17 UTC

svn commit: r961569 - /servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java

Author: ffang
Date: Thu Jul  8 04:02:17 2010
New Revision: 961569

URL: http://svn.apache.org/viewvc?rev=961569&view=rev
Log:
[SMX4NMR-210]need more spring bundle for AbstractIntegrationTest

Modified:
    servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java

Modified: servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java?rev=961569&r1=961568&r2=961569&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java (original)
+++ servicemix/smx4/nmr/trunk/testing/support/src/main/java/org/apache/servicemix/platform/testing/support/AbstractIntegrationTest.java Thu Jul  8 04:02:17 2010
@@ -108,6 +108,8 @@ public class AbstractIntegrationTest ext
             getBundle("org.springframework", "spring-context"),
             getBundle("org.springframework", "spring-aop"),
             getBundle("org.springframework", "spring-test"),
+            getBundle("org.springframework", "spring-asm"),
+            getBundle("org.springframework", "spring-expression"),
             getBundle("org.springframework.osgi", "spring-osgi-core"),
             getBundle("org.springframework.osgi", "spring-osgi-io"),
             getBundle("org.springframework.osgi", "spring-osgi-extender"),