You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/02/26 12:06:37 UTC

svn commit: r748083 - /servicemix/smx4/nmr/trunk/nmr/core/pom.xml

Author: gnodet
Date: Thu Feb 26 11:06:36 2009
New Revision: 748083

URL: http://svn.apache.org/viewvc?rev=748083&view=rev
Log:
Use servicemix kernel main bundle instead of felix framework to minimize the dependencies

Modified:
    servicemix/smx4/nmr/trunk/nmr/core/pom.xml

Modified: servicemix/smx4/nmr/trunk/nmr/core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/core/pom.xml?rev=748083&r1=748082&r2=748083&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/core/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/core/pom.xml Thu Feb 26 11:06:36 2009
@@ -48,8 +48,8 @@
         <!-- Put this dependency before the following one to avoid a classloader problem
              when running junit tests -->
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.framework</artifactId>
+            <groupId>org.apache.servicemix.kernel</groupId>
+            <artifactId>org.apache.servicemix.kernel.main</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>