I can't build without grant being added to linkcheck.
The tests always fail with a class not found error. This fixes that. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -15,21 +15,28 @@
|
||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
|
||||
<developers/>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<id>commons-beanutils</id>
|
||||
<version>1.6</version>
|
||||
<properties>
|
||||
<classloader>root.maven</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<id>commons-collections</id>
|
||||
<version>2.1</version>
|
||||
<properties>
|
||||
<classloader>root.maven</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<id>commons-grant</id>
|
||||
<version>1.0-beta-4</version>
|
||||
<properties>
|
||||
<classloader>root.maven</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-jelly</id>
|
||||
<version>20030211.141339</version>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user