Author: tchemit Date: 2012-08-29 21:51:09 +0200 (Wed, 29 Aug 2012) New Revision: 1972 Url: http://nuiton.org/repositories/revision/i18n/1972 Log: fix dependencies Modified: trunk/i18n-maven-plugin/pom.xml Modified: trunk/i18n-maven-plugin/pom.xml =================================================================== --- trunk/i18n-maven-plugin/pom.xml 2012-08-29 19:38:52 UTC (rev 1971) +++ trunk/i18n-maven-plugin/pom.xml 2012-08-29 19:51:09 UTC (rev 1972) @@ -101,6 +101,20 @@ <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> + <exclusions> + <exclusion> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + </exclusion> + <exclusion> + <groupId>asm</groupId> + <artifactId>asm-commons</artifactId> + </exclusion> + <exclusion> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + </exclusion> + </exclusions> </dependency> <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->