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 17:30:10 UTC

svn commit: r796767 - in /excalibur/trunk: cornerstone/connection/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Wed Jul 22 15:30:10 2009
New Revision: 796767

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

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

Modified: excalibur/trunk/cornerstone/connection/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/impl/pom.xml?rev=796767&r1=796766&r2=796767&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/connection/impl/pom.xml Wed Jul 22 15:30:10 2009
@@ -31,27 +31,22 @@
     <dependency>
       <groupId>org.apache.avalon.cornerstone.connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>2.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.cornerstone.threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-api</artifactId>
-      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.4</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=796767&r1=796766&r2=796767&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Wed Jul 22 15:30:10 2009
@@ -160,6 +160,12 @@
         <artifactId>cornerstone-datasources-api</artifactId>
         <version>${version.cornerstone}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.avalon.cornerstone.connection</groupId>
+        <artifactId>cornerstone-connection-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