PR: MAVEN-1345
Upgrade dom4j to our custom version (see MAVENUPLOAD-953). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c74391913
commit
996521b9a0
@ -91,14 +91,19 @@
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</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>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
<version>1.1-beta-9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
xmlns:x="jelly:xml"
|
||||
xmlns:u="jelly:util"
|
||||
xmlns:a="jelly:ant"
|
||||
xmlns="dummy" trim="false">
|
||||
xmlns="dummy" trim="true">
|
||||
|
||||
<jsl:template match="dashboard">
|
||||
<document>
|
||||
|
||||
@ -91,9 +91,9 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</version>
|
||||
<url>http://www.dom4j.org/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@ -76,9 +76,9 @@
|
||||
</dependency>
|
||||
<!-- core dependencies which i'd have thought Maven introduced -->
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</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>
|
||||
|
||||
@ -71,7 +71,8 @@ maven.jar.commons-jelly-tags-xml=1.1
|
||||
maven.jar.commons-jexl=1.0
|
||||
maven.jar.commons-lang=2.0
|
||||
maven.jar.commons-logging=1.0.4
|
||||
maven.jar.dom4j=1.4
|
||||
maven.jar.dom4j=1.7-20060614
|
||||
maven.jar.jaxen=1.1-beta-9
|
||||
maven.jar.forehead=1.0-beta-5
|
||||
maven.jar.log4j=1.2.13
|
||||
maven.jar.maven-model=3.0.1
|
||||
|
||||
@ -87,9 +87,9 @@
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</version>
|
||||
<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>
|
||||
|
||||
@ -141,9 +141,9 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</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>
|
||||
|
||||
@ -175,9 +175,9 @@
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.7-20060614</version>
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user