Author: tchemit Date: 2014-02-25 09:42:30 +0100 (Tue, 25 Feb 2014) New Revision: 1127 Url: http://codelutin.com/projects/coser/repository/revisions/1127 Log: update scm + optimize dependencies Modified: trunk/coser-business/pom.xml trunk/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2014-02-24 15:56:06 UTC (rev 1126) +++ trunk/coser-business/pom.xml 2014-02-25 08:42:30 UTC (rev 1127) @@ -43,6 +43,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>commons-logging</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-24 15:56:06 UTC (rev 1126) +++ trunk/pom.xml 2014-02-25 08:42:30 UTC (rev 1127) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>4.7</version> + <version>5.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer</groupId> @@ -15,7 +15,7 @@ <name>Coser</name> <description>Contrôle et Sélection RSufi</description> - <url>http://maven-site.forge.codelutin.com/coser</url> + <url>http://doc.codelutin.com/coser</url> <inceptionYear>2010</inceptionYear> <organization> <name>Ifremer</name> @@ -59,8 +59,8 @@ </modules> <scm> - <connection>scm:svn:https://forge.codelutin.com/svn/coser/trunk</connection> - <developerConnection>scm:svn:https://forge.codelutin.com/svn/coser/trunk</developerConnection> + <connection>scm:svn:https://svn.codelutin.com/coser/trunk</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/coser/trunk</developerConnection> <url>https://forge.codelutin.com/repositories/browse/coser/trunk</url> </scm> <distributionManagement> @@ -101,25 +101,6 @@ <dependencies> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-math</artifactId> - <version>2.2</version> - </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-email</artifactId> - <version>1.2</version> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>3.0-rc-2</version>
participants (1)
-
tchemit@users.forge.codelutin.com