Author: sletellier Date: 2009-09-16 10:52:57 +0200 (Wed, 16 Sep 2009) New Revision: 414 Modified: trunk/jrst/pom.xml trunk/pom.xml Log: Adding labs repository Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2009-09-16 08:40:11 UTC (rev 413) +++ trunk/jrst/pom.xml 2009-09-16 08:52:57 UTC (rev 414) @@ -42,6 +42,7 @@ <dependency> <groupId>xerces</groupId> <artifactId>xml-serializer</artifactId> + <scope>compile</scope> </dependency> <!-- Annoted interfaces to present command line arguments --> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-16 08:40:11 UTC (rev 413) +++ trunk/pom.xml 2009-09-16 08:52:57 UTC (rev 414) @@ -247,6 +247,15 @@ </build> + <repositories> + <repository> + <id>labs</id> + <name>lutinbuilder</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2/</url> + </repository> + </repositories> + + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->
participants (1)
-
sletellier@users.nuiton.org