google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

Change to use org.javassist #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
javassist changed its groupid to org.javassist when they released version 0.13. 
 My project uses 0.15, but because gwt-test-utils internally depends on 0.12 
with the old groupId, I wind up with run-time conflicts.

You should be able to just update the pom.xml files to point to:

        <dependency>
            <groupId>org.javassist</groupId>
            <artifactId>javassist</artifactId>
            <version>3.15.0-GA</version>
        </dependency>

This appears to be a drop in replacement as far as gwt-test-utils is concerned.

Original issue reported on code.google.com by snstan...@gmail.com on 30 Nov 2011 at 10:52

GoogleCodeExporter commented 9 years ago
Sorry, I meant 3.15, not 0.15.

Original comment by snstan...@gmail.com on 30 Nov 2011 at 10:57

GoogleCodeExporter commented 9 years ago
I changed the javassist dependency and deployed a new 0.35-SNAPSHOT. Could you 
please check everything is working so I could close this issue ?

BTW, congrats, you've opened the 100th issue of gwt-test-utils ;)

Original comment by gael.laz...@gmail.com on 1 Dec 2011 at 6:40

GoogleCodeExporter commented 9 years ago
looks good, thanks!

Original comment by snstan...@gmail.com on 3 Dec 2011 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 3 Dec 2011 at 11:45