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 13:49:09 UTC

svn commit: r796265 - in /excalibur/trunk: components/xmlutil/pom.xml parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 11:49:09 2009
New Revision: 796265

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

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

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=796265&r1=796264&r2=796265&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Jul 21 11:49:09 2009
@@ -59,17 +59,14 @@
     <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-sourceresolve</artifactId>
-      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-store</artifactId>
-      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796265&r1=796264&r2=796265&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 11:49:09 2009
@@ -96,6 +96,16 @@
          <artifactId>excalibur-pool-api</artifactId>
          <version>${version.excalibur.component}</version>
       </dependency>
+      <dependency>
+         <groupId>org.apache.excalibur.components</groupId>
+         <artifactId>excalibur-sourceresolve</artifactId>
+         <version>${version.sourceresolve}</version>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.excalibur.components</groupId>
+         <artifactId>excalibur-store</artifactId>
+         <version>${version.excalibur.component}</version>
+       </dependency>
 
   <!-- External -->
 <!-- Default Scope-->



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