Author: echatellier Date: 2014-02-05 12:01:15 +0100 (Wed, 05 Feb 2014) New Revision: 3884 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3884 Log: Remove all javassist (relocation) Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2014-02-05 11:00:49 UTC (rev 3883) +++ branches/4.0.1/pom.xml 2014-02-05 11:01:15 UTC (rev 3884) @@ -36,6 +36,12 @@ <artifactId>nuiton-validator</artifactId> <version>3.0-alpha-2</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>javassist</artifactId> + <groupId>javassist</groupId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -50,6 +56,12 @@ <artifactId>topia-persistence</artifactId> <version>${topiaVersion}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>javassist</artifactId> + <groupId>javassist</groupId> + </exclusion> + </exclusions> </dependency> <dependency>
participants (1)
-
echatellier@users.forge.codelutin.com