Author: lhein
Date: Fri Jun 13 15:22:13 2008
New Revision: 667674

URL: http://svn.apache.org/viewvc?rev=667674&view=rev
Log:
- fixed wrong dependency scope for JSR-223 lib -> this lib is packaged in the 
SE so we don't need it here

Modified:
    
servicemix/smx3/trunk/archetypes/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml

Modified: 
servicemix/smx3/trunk/archetypes/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/archetypes/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml?rev=667674&r1=667673&r2=667674&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/archetypes/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
servicemix/smx3/trunk/archetypes/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml
 Fri Jun 13 15:22:13 2008
@@ -46,6 +46,7 @@
       <groupId>org.livetribe</groupId>
       <artifactId>livetribe-jsr223</artifactId>
       <version>2.0.3</version>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
   <build>


Reply via email to