Remove oro dependency: not needed anymore in pmd-3.9.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@517864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
104c588bce
commit
22b4cee14e
@ -95,7 +95,6 @@
|
|||||||
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
|
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
|
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
|
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('oro:oro')}" />
|
|
||||||
<pathelement path="${pom.getDependencyClasspath()}" />
|
<pathelement path="${pom.getDependencyClasspath()}" />
|
||||||
<path refid="maven.dependency.classpath" />
|
<path refid="maven.dependency.classpath" />
|
||||||
</path>
|
</path>
|
||||||
@ -206,7 +205,6 @@
|
|||||||
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
|
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
|
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
|
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
|
||||||
<pathelement path="${plugin.getDependencyPath('oro:oro')}" />
|
|
||||||
<pathelement path="${pom.getDependencyClasspath()}" />
|
<pathelement path="${pom.getDependencyClasspath()}" />
|
||||||
<path refid="maven.dependency.classpath" />
|
<path refid="maven.dependency.classpath" />
|
||||||
</path>
|
</path>
|
||||||
|
|||||||
@ -161,11 +161,6 @@
|
|||||||
<version>3.9</version>
|
<version>3.9</version>
|
||||||
<url>http://pmd.sourceforge.net</url>
|
<url>http://pmd.sourceforge.net</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>oro</groupId>
|
|
||||||
<artifactId>oro</artifactId>
|
|
||||||
<version>2.0.8</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>asm</groupId>
|
<groupId>asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user