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/21 15:46:07 UTC

svn commit: r796296 - in /excalibur/trunk: components/datasource/pom.xml parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 13:46:07 2009
New Revision: 796296

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

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=796296&r1=796295&r2=796296&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Tue Jul 21 13:46:07 2009
@@ -47,48 +47,35 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
       <scope>test</scope>
-      <version>1.8.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.containerkit</groupId>
       <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.2.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit</groupId>
-      <artifactId>excalibur-logger</artifactId>
-      <version>2.2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.2.1</version>
     </dependency>
   </dependencies>
   <build>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796296&r1=796295&r2=796296&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 13:46:07 2009
@@ -265,7 +265,12 @@
          <version>2.2.1</version>
          <scope>test</scope>
        </dependency>
-
+       <dependency>
+         <groupId>hsqldb</groupId>
+         <artifactId>hsqldb</artifactId>
+         <scope>test</scope>
+         <version>1.8.0.1</version>
+       </dependency>
 
       </dependencies>
     </dependencyManagement>



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