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:
ltheussl 2007-03-13 20:51:30 +00:00
parent 104c588bce
commit 22b4cee14e
2 changed files with 0 additions and 7 deletions

View File

@ -95,7 +95,6 @@
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
<pathelement path="${plugin.getDependencyPath('oro:oro')}" />
<pathelement path="${pom.getDependencyClasspath()}" />
<path refid="maven.dependency.classpath" />
</path>
@ -206,7 +205,6 @@
<pathelement path="${plugin.getDependencyPath('asm:asm')}" />
<pathelement path="${plugin.getDependencyPath('backport-util-concurrent:backport-util-concurrent')}" />
<pathelement path="${plugin.getDependencyPath('jaxen:jaxen')}" />
<pathelement path="${plugin.getDependencyPath('oro:oro')}" />
<pathelement path="${pom.getDependencyClasspath()}" />
<path refid="maven.dependency.classpath" />
</path>

View File

@ -161,11 +161,6 @@
<version>3.9</version>
<url>http://pmd.sourceforge.net</url>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>