Author: tchemit Date: 2014-05-02 14:21:03 +0200 (Fri, 02 May 2014) New Revision: 3900 Url: http://forge.chorem.org/projects/pollen/repository/revisions/3900 Log: fix javassist double in classpath Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-05-02 12:07:13 UTC (rev 3899) +++ trunk/pom.xml 2014-05-02 12:21:03 UTC (rev 3900) @@ -304,6 +304,12 @@ <groupId>org.debux.webmotion</groupId> <artifactId>webmotion</artifactId> <version>${webmotionVersion}</version> + <exclusions> + <exclusion> + <groupId>javassist</groupId> + <artifactId>javassist</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>