Author: jpages Date: 2012-06-08 09:36:06 +0200 (Fri, 08 Jun 2012) New Revision: 705 Url: http://nuiton.org/repositories/revision/jrst/705 Log: Exclusion dans le pom de doxia-module-jrst-legacy de Jython et docutils Modified: branches/jrst-docutils-jython/doxia-module-jrst-legacy/pom.xml Modified: branches/jrst-docutils-jython/doxia-module-jrst-legacy/pom.xml =================================================================== --- branches/jrst-docutils-jython/doxia-module-jrst-legacy/pom.xml 2012-06-07 15:50:04 UTC (rev 704) +++ branches/jrst-docutils-jython/doxia-module-jrst-legacy/pom.xml 2012-06-08 07:36:06 UTC (rev 705) @@ -53,6 +53,14 @@ <groupId>xalan</groupId> <artifactId>xalan</artifactId> </exclusion> + <exclusion> + <groupId>org.nuiton.jrst</groupId> + <artifactId>docutils</artifactId> + </exclusion> + <exclusion> + <groupId>org.python</groupId> + <artifactId>jython-standalone</artifactId> + </exclusion> </exclusions> </dependency>