Author: ymartel Date: 2014-02-14 16:15:41 +0100 (Fri, 14 Feb 2014) New Revision: 403 Url: http://chorem.org/projects/chorem/repository/revisions/403 Log: declare some dependencies Modified: trunk/chorem-webmotion/pom.xml trunk/pom.xml Modified: trunk/chorem-webmotion/pom.xml =================================================================== --- trunk/chorem-webmotion/pom.xml 2014-02-14 14:25:58 UTC (rev 402) +++ trunk/chorem-webmotion/pom.xml 2014-02-14 15:15:41 UTC (rev 403) @@ -48,6 +48,16 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-csv</artifactId> + </dependency> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-config</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.wikitty</groupId> <artifactId>wikitty-api</artifactId> </dependency> @@ -64,6 +74,11 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> @@ -171,15 +186,11 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-csv</artifactId> - </dependency> - - <dependency> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion</artifactId> </dependency> -<!-- + + <!-- <dependency> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion-extra-sitemesh</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-14 14:25:58 UTC (rev 402) +++ trunk/pom.xml 2014-02-14 15:15:41 UTC (rev 403) @@ -170,15 +170,12 @@ <version>${nuitonConfigVersion}</version> </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-csv</artifactId> + <version>${nuitonCsvVersion}</version> + </dependency> - - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-csv</artifactId> - <version>${nuitonCsvVersion}</version> - </dependency> - <dependency> <groupId>org.nuiton.web</groupId> <artifactId>nuiton-struts2</artifactId>