[jaxx] branch develop updated (c7b32ea -> 67962b2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from c7b32ea fixes #3471: Use nuiton-utils 3.0-rc-6 and replace old version API clean code new 67962b2 optimize dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 67962b209dec02aec92e46f21e849b4e6bb06f9f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 24 15:29:06 2014 +0200 optimize dependencies Summary of changes: jaxx-config/pom.xml | 2 +- jaxx-runtime/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm