This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 085a3e6fc1d5d7daa1b7a915d1bede43dae94c0e Author: Arnaud Thimel <thimel@codelutin.com> Date: Sat Apr 25 23:46:37 2015 +0200 refs #2892 fix maven dependency issues --- topia-it/pom.xml | 5 ----- topia-junit/pom.xml | 24 ------------------------ topia-persistence/pom.xml | 5 +++++ 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 587e7b4..4310046 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -87,11 +87,6 @@ </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> diff --git a/topia-junit/pom.xml b/topia-junit/pom.xml index 15b61dd..43e8fd7 100644 --- a/topia-junit/pom.xml +++ b/topia-junit/pom.xml @@ -49,35 +49,11 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-ehcache</artifactId> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index e546f93..ee242ef 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -69,6 +69,11 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.