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 12:07:12 UTC

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

Author: rdonkin
Date: Tue Jul 21 10:07:12 2009
New Revision: 796229

URL: http://svn.apache.org/viewvc?rev=796229&view=rev
Log:
EXLBR-46 Inherit external 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=796229&r1=796228&r2=796229&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Jul 21 10:07:12 2009
@@ -75,31 +75,26 @@
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
       <scope>provided</scope>
-      <version>1.0.b2</version>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <scope>provided</scope>
-      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.6.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>saxpath</groupId>
       <artifactId>saxpath</artifactId>
       <scope>provided</scope>
-      <version>1.0-FCS</version>
     </dependency>
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
       <scope>provided</scope>
-      <version>1.0-FCS</version>
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
@@ -111,13 +106,11 @@
       <groupId>jtidy</groupId>
       <artifactId>jtidy</artifactId>
       <scope>provided</scope>
-      <version>4aug2000r7-dev</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796229&r1=796228&r2=796229&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 10:07:12 2009
@@ -159,6 +159,43 @@
           <scope>provided</scope>
           <version>2.5.1</version>
       </dependency>
+      <dependency>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+          <scope>provided</scope>
+          <version>1.0.b2</version>
+      </dependency>
+      <dependency>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+          <scope>provided</scope>
+          <version>2.4.0</version>
+      </dependency>
+      <dependency>
+          <groupId>xalan</groupId>
+          <artifactId>xalan</artifactId>
+          <version>2.6.0</version>
+          <scope>provided</scope>
+      </dependency>
+      <dependency>
+          <groupId>saxpath</groupId>
+          <artifactId>saxpath</artifactId>
+          <scope>provided</scope>
+          <version>1.0-FCS</version>
+      </dependency>
+      <dependency>
+          <groupId>jaxen</groupId>
+          <artifactId>jaxen</artifactId>
+          <scope>provided</scope>
+          <version>1.0-FCS</version>
+      </dependency>
+      <dependency>
+          <groupId>jtidy</groupId>
+          <artifactId>jtidy</artifactId>
+          <scope>provided</scope>
+          <version>4aug2000r7-dev</version>
+      </dependency>
+
 
 <!-- Test -->
        <dependency>



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