Author: tchemit Date: 2012-01-04 14:27:41 +0100 (Wed, 04 Jan 2012) New Revision: 1126 Url: http://nuiton.org/repositories/revision/eugene/1126 Log: Evolution #341: Remplacement de xalan par saxon Modified: trunk/eugene/pom.xml trunk/pom.xml Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2011-12-19 22:26:46 UTC (rev 1125) +++ trunk/eugene/pom.xml 2012-01-04 13:27:41 UTC (rev 1126) @@ -63,6 +63,12 @@ </dependency> <dependency> + <groupId>net.sourceforge.saxon</groupId> + <artifactId>saxon</artifactId> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-12-19 22:26:46 UTC (rev 1125) +++ trunk/pom.xml 2012-01-04 13:27:41 UTC (rev 1126) @@ -83,6 +83,12 @@ </dependency> <dependency> + <groupId>net.sourceforge.saxon</groupId> + <artifactId>saxon</artifactId> + <version>9.1.0.8</version> + </dependency> + + <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>${antVersion}</version> @@ -123,6 +129,10 @@ <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> </exclusion> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> </exclusions> </dependency>
participants (1)
-
tchemit@users.nuiton.org