You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/06/12 16:41:48 UTC

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

Author: lhein
Date: Thu Jun 12 07:41:48 2008
New Revision: 667112

URL: http://svn.apache.org/viewvc?rev=667112&view=rev
Log:
- added JSR223 api dependency - without it you can't do your own marshalers

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=667112&r1=667111&r2=667112&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 Thu Jun 12 07:41:48 2008
@@ -42,6 +42,11 @@
       <artifactId>servicemix-scripting</artifactId>
       <version>${servicemix-version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.livetribe</groupId>
+      <artifactId>livetribe-jsr223</artifactId>
+      <version>2.0.3</version>
+    </dependency>
   </dependencies>
   <build>
     <resources>