2011/12/19 Mark Derricutt <[email protected]> > Just trying to work around some class loader issues with two libraries > embedded different versions of rhino :( >
You could try to create a shaded artifact with the Maven Shade plugin for one of the two versions: http://maven.apache.org/plugins/maven-shade-plugin/ This way you don't need to mess with the classloader. Antonio
