Author: sletellier Date: 2012-05-30 14:55:52 +0200 (Wed, 30 May 2012) New Revision: 687 Url: http://nuiton.org/repositories/revision/jrst/687 Log: Remove sdoc dependency and clean pom Modified: branches/jrst-docutils-jython/jrst/pom.xml branches/jrst-docutils-jython/pom.xml Modified: branches/jrst-docutils-jython/jrst/pom.xml =================================================================== --- branches/jrst-docutils-jython/jrst/pom.xml 2012-05-30 10:14:27 UTC (rev 686) +++ branches/jrst-docutils-jython/jrst/pom.xml 2012-05-30 12:55:52 UTC (rev 687) @@ -93,26 +93,7 @@ <classifier>resources</classifier> </dependency> - <!-- Test librairies --> <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>sdoc</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>runtime</scope> @@ -123,7 +104,7 @@ <artifactId>jython-standalone</artifactId> </dependency> - <!-- itext --> + <!-- itext --> <dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>core-renderer</artifactId> @@ -136,6 +117,19 @@ <version>2.0.8</version> </dependency> + <!-- Test librairies --> + <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> Modified: branches/jrst-docutils-jython/pom.xml =================================================================== --- branches/jrst-docutils-jython/pom.xml 2012-05-30 10:14:27 UTC (rev 686) +++ branches/jrst-docutils-jython/pom.xml 2012-05-30 12:55:52 UTC (rev 687) @@ -214,13 +214,6 @@ </dependency> <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>sdoc</artifactId> - <version>0.5.0-beta-patchcl</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version>
participants (1)
-
sletellier@users.nuiton.org