formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-03-19 10:32:14 +00:00
parent a1fa84f697
commit ad451d4a16

View File

@@ -154,9 +154,9 @@
<classloader>root.maven</classloader>
</properties>
</dependency>
<!-- Should not be needed but it seems there is a bug with Maven when junit
dependency is added -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
@@ -165,9 +165,9 @@
<classloader>root</classloader>
</properties>
</dependency>
<!-- Should not be needed but it seems there is a bug with Maven when junit
dependency is added -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
@@ -177,4 +177,5 @@
</properties>
</dependency>
</dependencies>
</project>