Author: davidb
Date: Mon Jan 25 15:59:17 2010
New Revision: 902849
URL: http://svn.apache.org/viewvc?rev=902849&view=rev
Log:
Increasing JUnit dependency back to 4.4. It was the Easymock one that caused
the problems...
Modified:
cxf/dosgi/trunk/parent/pom.xml
Modified: cxf/dosgi/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=902849&r1=902848&r2=902849&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Mon Jan 25 15:59:17 2010
@@ -48,7 +48,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.2</version>
+ <version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>