Author: veithen
Date: Fri May 29 07:19:47 2015
New Revision: 1682378
URL: http://svn.apache.org/r1682378
Log:
Fix incorrect artifact ID.
Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1682378&r1=1682377&r2=1682378&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Fri May 29 07:19:47 2015
@@ -625,7 +625,7 @@
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<version>${axiom.version}</version>
</dependency>
<dependency>