Author: cschneider
Date: Wed Apr 6 15:44:41 2011
New Revision: 1089501
URL: http://svn.apache.org/viewvc?rev=1089501&view=rev
Log:
Restore testutils which was accidently removed in my last commit
Modified:
cxf/trunk/rt/databinding/jaxb/pom.xml
Modified: cxf/trunk/rt/databinding/jaxb/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jaxb/pom.xml?rev=1089501&r1=1089500&r2=1089501&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ cxf/trunk/rt/databinding/jaxb/pom.xml Wed Apr 6 15:44:41 2011
@@ -88,6 +88,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-testutils</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>