Title: [1566] trunk/core/jbehave-pico: JBEHAVE-240: Dropped redundant transitive dependency from jbehave-spring, now only dependent on spring-context.
Revision
1566
Author
mauro
Date
2010-02-09 05:20:09 -0600 (Tue, 09 Feb 2010)

Log Message

JBEHAVE-240:  Dropped redundant transitive dependency from jbehave-spring, now only dependent on spring-context. 

Modified Paths

Diff

Modified: trunk/core/jbehave-pico/pom.xml (1565 => 1566)

--- trunk/core/jbehave-pico/pom.xml	2010-02-09 11:16:25 UTC (rev 1565)
+++ trunk/core/jbehave-pico/pom.xml	2010-02-09 11:20:09 UTC (rev 1566)
@@ -7,7 +7,7 @@
     <version>2.5-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-pico</artifactId>
-  <name>JBehave PicoContainer Support</name>
+  <name>JBehave PicoContainer</name>
   <description>Extension of JBehave Core that allows CandidateSteps instances to be composed using a PicoContainer</description>
 
   <dependencies>

Modified: trunk/core/jbehave-spring/pom.xml (1565 => 1566)

--- trunk/core/jbehave-spring/pom.xml	2010-02-09 11:16:25 UTC (rev 1565)
+++ trunk/core/jbehave-spring/pom.xml	2010-02-09 11:20:09 UTC (rev 1566)
@@ -7,7 +7,7 @@
     <version>2.5-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-spring</artifactId>
-  <name>JBehave Spring Support</name>
+  <name>JBehave Spring</name>
   <description>Extension of JBehave Core that allows CandidateSteps instances to be composed using Spring</description>
 
   <dependencies>
@@ -18,11 +18,6 @@
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-beans</artifactId>
-      <version>2.5.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
       <version>2.5.6</version>
     </dependency>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to