Remove unused dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
027db5ad04
commit
dd7c8fc5e8
@ -103,37 +103,4 @@
|
|||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>commons-jelly</groupId>
|
|
||||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
|
||||||
<properties>
|
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
|
||||||
</properties>
|
|
||||||
</dependency>
|
|
||||||
<!-- core dependencies which i'd have thought Maven introduced -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>dom4j</groupId>
|
|
||||||
<artifactId>dom4j</artifactId>
|
|
||||||
<version>1.4</version>
|
|
||||||
<url>http://www.dom4j.org/</url>
|
|
||||||
<properties>
|
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
|
||||||
</properties>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>xerces</groupId>
|
|
||||||
<artifactId>xmlParserAPIs</artifactId>
|
|
||||||
<version>2.6.2</version>
|
|
||||||
<url>http://xml.apache.org/xerces2-j/</url>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>xerces</groupId>
|
|
||||||
<artifactId>xercesImpl</artifactId>
|
|
||||||
<version>2.6.2</version>
|
|
||||||
<url>http://xml.apache.org/xerces2-j/</url>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user