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 2006/10/02 12:47:30 UTC

svn commit: r451965 - /incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml

Author: gnodet
Date: Mon Oct  2 03:47:29 2006
New Revision: 451965

URL: http://svn.apache.org/viewvc?view=rev&rev=451965
Log:
SM-612: servicemix-service-engine could set the scope of servicemix-core to provided

Modified:
    incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml

Modified: incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml?view=diff&rev=451965&r1=451964&r2=451965
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml Mon Oct  2 03:47:29 2006
@@ -66,6 +66,7 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <version>${servicemix-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>