Author: chatellier Date: 2009-01-13 13:33:49 +0000 (Tue, 13 Jan 2009) New Revision: 1734 Modified: isis-fish/trunk/pom.xml Log: Les test d?\195?\169pendent explicitement du compilateur jaxx. Le plugin eclipse:eclipse ne les trouve pas. Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-01-13 13:17:54 UTC (rev 1733) +++ isis-fish/trunk/pom.xml 2009-01-13 13:33:49 UTC (rev 1734) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.3</version> + <version>3.2</version> </parent> <groupId>ifremer</groupId> @@ -73,6 +73,13 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-compiler-api</artifactId> + <version>${jaxx.version}</version> + <scope>test</scope> + </dependency> + <!--Commons--> <dependency> <groupId>commons-jxpath</groupId>