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/12 11:29:44 UTC

svn commit: r793304 - /excalibur/trunk/containerkit/logger/pom.xml

Author: rdonkin
Date: Sun Jul 12 09:29:43 2009
New Revision: 793304

URL: http://svn.apache.org/viewvc?rev=793304&view=rev
Log:
EXLBR-47 Inherit dependency version for external dependencies https://issues.apache.org/jira/browse/EXLBR-47

Modified:
    excalibur/trunk/containerkit/logger/pom.xml

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?rev=793304&r1=793303&r2=793304&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Sun Jul 12 09:29:43 2009
@@ -52,32 +52,22 @@
       <artifactId>log4j</artifactId>
       <groupId>log4j</groupId>
       <scope>provided</scope>
-      <version>1.2.13</version>
     </dependency>
     <dependency>
       <artifactId>servlet-api</artifactId>
       <groupId>javax.servlet</groupId>
       <scope>provided</scope>
-      <version>2.3</version>
     </dependency>
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <artifactId>geronimo-jms_1.1_spec</artifactId>
       <groupId>org.apache.geronimo.specs</groupId>
-      <version>1.0.1</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <artifactId>xml-apis</artifactId>
-      <groupId>xml-apis</groupId>
-      <scope>provided</scope>
-      <version>1.0.b2</version>
-    </dependency>
   </dependencies>
   <build/>
   <scm>



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