Title: [941] trunk/examples: Updated dependencies' scope.
Revision
941
Author
mauro
Date
2008-09-21 12:51:34 -0500 (Sun, 21 Sep 2008)

Log Message

Updated dependencies' scope.

Modified Paths


Diff

Modified: trunk/examples/pom.xml (940 => 941)

--- trunk/examples/pom.xml	2008-09-21 17:50:06 UTC (rev 940)
+++ trunk/examples/pom.xml	2008-09-21 17:51:34 UTC (rev 941)
@@ -20,7 +20,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.jbehave</groupId>
       <artifactId>jbehave-core</artifactId>
       <version>${pom.version}</version>
     </dependency>

Modified: trunk/examples/trader/pom.xml (940 => 941)

--- trunk/examples/trader/pom.xml	2008-09-21 17:50:06 UTC (rev 940)
+++ trunk/examples/trader/pom.xml	2008-09-21 17:51:34 UTC (rev 941)
@@ -11,11 +11,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.jbehave</groupId>
-      <artifactId>jbehave-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.picocontainer.script</groupId>
       <artifactId>picocontainer-script-core</artifactId>
       <version>2.0</version>
@@ -25,6 +20,7 @@
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
       <version>1.3</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
   <build>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to