Browse Source

remove dependency upon commons-logging/commons-logging

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467505 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
53c4bd0b21
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/etc/poms/ant-commons-logging/pom.xml

+ 0
- 6
src/etc/poms/ant-commons-logging/pom.xml View File

@@ -25,12 +25,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>


Loading…
Cancel
Save