Author: echatellier Date: 2011-11-28 13:46:27 +0100 (Mon, 28 Nov 2011) New Revision: 3542 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3542 Log: Fix strange i18n NPE Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-11-28 09:47:12 UTC (rev 3541) +++ trunk/pom.xml 2011-11-28 12:46:27 UTC (rev 3542) @@ -71,6 +71,12 @@ <artifactId>nuiton-matrix-gui</artifactId> <version>2.2.1</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + </exclusions> </dependency> <dependency>