You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ps...@apache.org on 2007/06/04 02:25:51 UTC

svn commit: r544017 - in /logging/chainsaw/trunk: anttasks-src/ pom.xml

Author: psmith
Date: Sun Jun  3 17:25:50 2007
New Revision: 544017

URL: http://svn.apache.org/viewvc?view=rev&rev=544017
Log:
Removed explicit dependency on commons-logging.  Chainsaw is not dependent on it
but one of it's dependencies is, and maven resolves those auto-magically.

Removed the anttasks-src tree, because maven's appassembler plugin does it
all auto-magically for us.

Removed dependency on ant, because we've removed the bit that used ant...


Removed:
    logging/chainsaw/trunk/anttasks-src/
Modified:
    logging/chainsaw/trunk/pom.xml

Modified: logging/chainsaw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?view=diff&rev=544017&r1=544016&r2=544017
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Sun Jun  3 17:25:50 2007
@@ -99,11 +99,6 @@
       <version>1.2.15</version>
     </dependency>
     <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-    <dependency>
       <groupId>jmdns</groupId>
       <artifactId>jmdns</artifactId>
       <version>1.0</version>
@@ -117,11 +112,6 @@
       <groupId>commons-vfs</groupId>
       <artifactId>commons-vfs</artifactId>
       <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-      <version>1.0.4</version>
     </dependency>
     <dependency>
       <groupId>jakarta-regexp</groupId>