o groupId/artifactId
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>velocity</id>
|
||||
<groupId>velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<version>1.4-dev</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -27,14 +27,16 @@
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<id>junit</id>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>xml-apis</id>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>1.0.b2</version>
|
||||
<url>http://xml.apache.org/xerces2-j/</url>
|
||||
<properties>
|
||||
@@ -42,7 +44,8 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>xerces</id>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xerces</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<url>http://xml.apache.org/xerces2-j/</url>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user