remove dependency to asm in project.xml

As it seems that ASM is no longer available in Maven 1 repository, this dependency leads to
a build failure. As Maven 1 is ONLY used to generate the xdocs documenation, and has been removed
from the trunk, it does not seems relevant to try to fix this. Removing the depedency does allow
one to build the documentation, which what we need here...

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@7246 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2011-09-11 19:15:58 +00:00
parent 17442f2028
commit a3393f4b13
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ maven.clover.license.path=${basedir}/etc/clover.license
# this can be removed when asm-3.2.jar appears on ibiblio
maven.jar.override = on
maven.jar.asm = ${basedir}/lib/asm-3.2.jar
#maven.jar.asm = ${basedir}/lib/asm-3.2.jar
maven.junit.fork=true
maven.junit.forkmode=once

View File

@ -270,10 +270,11 @@ minor fixes if needed until 5.0 is released.</p>
<id>jaxen</id>
<version>1.1.1</version>
</dependency>
<dependency>
<!--<dependency>
<id>asm</id>
<version>3.2</version>
</dependency>
-->
<dependency>
<id>junit</id>
<version>4.4</version>