This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit 67962b209dec02aec92e46f21e849b4e6bb06f9f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 24 15:29:06 2014 +0200 optimize dependencies --- jaxx-config/pom.xml | 2 +- jaxx-runtime/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 487b3a1..6a3eb01 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> + <artifactId>nuiton-converter</artifactId> </dependency> <dependency> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 4c8a004..c659421 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -51,6 +51,11 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-converter</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.