You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/17 22:09:37 UTC

svn commit: r718385 - /velocity/engine/trunk/pom.xml

Author: nbubna
Date: Mon Nov 17 13:09:36 2008
New Revision: 718385

URL: http://svn.apache.org/viewvc?rev=718385&view=rev
Log:
exclude commons-logging's transitive deps

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=718385&r1=718384&r2=718385&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Mon Nov 17 13:09:36 2008
@@ -174,6 +174,20 @@
       <artifactId>commons-logging</artifactId>
       <version>1.1</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>