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/23 11:24:36 UTC

svn commit: r796985 - in /excalibur/trunk: framework/api/pom.xml framework/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Thu Jul 23 09:24:19 2009
New Revision: 796985

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

Modified:
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?rev=796985&r1=796984&r2=796985&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Thu Jul 23 09:24:19 2009
@@ -39,7 +39,6 @@
       <artifactId>junit</artifactId>
       <groupId>junit</groupId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?rev=796985&r1=796984&r2=796985&view=diff
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Thu Jul 23 09:24:19 2009
@@ -37,13 +37,11 @@
       <artifactId>commons-logging</artifactId>
       <groupId>commons-logging</groupId>
       <scope>provided</scope>
-      <version>1.0.4</version>
     </dependency>
     <dependency>
       <artifactId>log4j</artifactId>
       <groupId>log4j</groupId>
       <scope>provided</scope>
-      <version>1.2.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.logkit</groupId>
@@ -55,13 +53,11 @@
       <artifactId>junit</artifactId>
       <groupId>junit</groupId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
     <dependency>
       <artifactId>jmock</artifactId>
       <groupId>jmock</groupId>
       <scope>test</scope>
-      <version>1.2.0</version>
     </dependency>
   </dependencies>
   <build/>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796985&r1=796984&r2=796985&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Thu Jul 23 09:24:19 2009
@@ -331,6 +331,12 @@
          <scope>test</scope>
          <version>1.8.0.1</version>
        </dependency>
+       <dependency>
+         <artifactId>jmock</artifactId>
+         <groupId>jmock</groupId>
+         <scope>test</scope>
+         <version>1.2.0</version>
+       </dependency>
 
       </dependencies>
     </dependencyManagement>



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