Remove classloader properties

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-29 04:49:41 +00:00
parent f7515d52fe
commit 4d86750323
32 changed files with 1 additions and 316 deletions

View File

@@ -30,18 +30,12 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>20030211.143151</version>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
</dependencies>
</project>