You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/02/15 23:36:10 UTC

svn commit: r508213 - /incubator/cxf/trunk/rt/bindings/http/pom.xml

Author: dkulp
Date: Thu Feb 15 14:36:09 2007
New Revision: 508213

URL: http://svn.apache.org/viewvc?view=rev&rev=508213
Log:
Move to the latest JRA release (that has the fixed junit dependency)

Modified:
    incubator/cxf/trunk/rt/bindings/http/pom.xml

Modified: incubator/cxf/trunk/rt/bindings/http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/pom.xml?view=diff&rev=508213&r1=508212&r2=508213
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/http/pom.xml Thu Feb 15 14:36:09 2007
@@ -38,13 +38,7 @@
         <dependency>
             <groupId>org.codehaus.jra</groupId>
             <artifactId>jra</artifactId>
-            <version>1.0-alpha-1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>junit</groupId>
-                    <artifactId>junit</artifactId>
-                </exclusion>
-            </exclusions>
+            <version>1.0-alpha-2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>