You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/11/09 15:54:54 UTC

svn commit: r1033000 - /geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml

Author: rickmcguire
Date: Tue Nov  9 14:54:54 2010
New Revision: 1033000

URL: http://svn.apache.org/viewvc?rev=1033000&view=rev
Log:
update the javassist bundle to the servicemix version

Modified:
    geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml?rev=1033000&r1=1032999&r2=1033000&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml Tue Nov  9 14:54:54 2010
@@ -57,8 +57,8 @@
             <artifactId>geronimo-jcdi_1.0_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.bundles</groupId>
-            <artifactId>javassist</artifactId>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.javassist</artifactId>
             <scope>test</scope>
         </dependency>