You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/03 13:28:03 UTC

svn commit: r1240129 - /openejb/trunk/openejb/pom.xml

Author: rmannibucau
Date: Fri Feb  3 12:28:03 2012
New Revision: 1240129

URL: http://svn.apache.org/viewvc?rev=1240129&view=rev
Log:
javassist is kidding me, it doesn't use the same artifactId dependeing on the repo used

Modified:
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1240129&r1=1240128&r2=1240129&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Fri Feb  3 12:28:03 2012
@@ -1230,7 +1230,7 @@
       <dependency>
         <groupId>org.javassist</groupId>
         <artifactId>javassist</artifactId>
-        <version>3.15.0_GA</version>
+        <version>3.15.0-GA</version>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>