clean up dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@165515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31091a94ea
commit
46fc8ffdf0
@ -78,9 +78,7 @@
|
||||
<ant:pathelement location="${plugin.getDependencyPath('checkstyle:checkstyle-optional')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('antlr:antlr')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('regexp:regexp')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('commons-beanutils:commons-beanutils')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('commons-collections:commons-collections')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('commons-logging:commons-logging')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('commons-beanutils:commons-beanutils-core')}"/>
|
||||
<ant:path refid="maven.dependency.classpath"/>
|
||||
<ant:pathelement path="${maven.build.dest}"/>
|
||||
</ant:classpath>
|
||||
|
||||
@ -170,27 +170,11 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<artifactId>commons-beanutils-core</artifactId>
|
||||
<version>1.7.0</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>2.1</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user