You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/22 16:20:18 UTC

svn commit: r796735 - in /excalibur/trunk: cornerstone/store/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Wed Jul 22 14:20:17 2009
New Revision: 796735

URL: http://svn.apache.org/viewvc?rev=796735&view=rev
Log:
EXLBR-46 Inherit dependencies from parent https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/cornerstone/store/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/store/impl/pom.xml?rev=796735&r1=796734&r2=796735&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Wed Jul 22 14:20:17 2009
@@ -31,7 +31,6 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.store</groupId>
       <artifactId>cornerstone-store-api</artifactId>
-      <version>2.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796735&r1=796734&r2=796735&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Wed Jul 22 14:20:17 2009
@@ -135,6 +135,11 @@
         <artifactId>cornerstone-threads-api</artifactId>
         <version>${version.cornerstone}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.avalon.cornerstone.store</groupId>
+        <artifactId>cornerstone-store-api</artifactId>
+        <version>${version.cornerstone}</version>
+      </dependency>
 
   <!-- External -->
 <!-- Default Scope-->



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org