You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/18 19:33:01 UTC

svn commit: r986809 - /openjpa/branches/2.0.x/pom.xml

Author: dwoods
Date: Wed Aug 18 17:33:00 2010
New Revision: 986809

URL: http://svn.apache.org/viewvc?rev=986809&view=rev
Log:
OPENJPA-1712 test-java5 profile is failing

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=986809&r1=986808&r2=986809&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Wed Aug 18 17:33:00 2010
@@ -312,12 +312,10 @@
                 <dependency>
                     <groupId>javax.xml.bind</groupId>
                     <artifactId>jaxb-api</artifactId>
-                    <version>2.1</version>
                 </dependency>
                 <dependency>
                     <groupId>com.sun.xml.bind</groupId>
                     <artifactId>jaxb-impl</artifactId>
-                    <version>2.1.3</version>
                 </dependency>
             </dependencies>
             <build>