branch develop updated (6ceca24 -> 8b8c125)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 6ceca24 Retour sur develop Merge branch 'feature/7463-3' into develop new 8b8c125 Optimise 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 8b8c1251fb89d636cd3fdd769065805f4e2f0474 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 11 08:51:57 2015 +0200 Optimise dependencies Summary of changes: observe-application-web/pom.xml | 8 ++------ observe-services-api/pom.xml | 8 -------- observe-services-model/pom.xml | 4 ++++ observe-services-rest/pom.xml | 4 ++++ 4 files changed, 10 insertions(+), 14 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 8b8c1251fb89d636cd3fdd769065805f4e2f0474 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 11 08:51:57 2015 +0200 Optimise dependencies --- observe-application-web/pom.xml | 8 ++------ observe-services-api/pom.xml | 8 -------- observe-services-model/pom.xml | 4 ++++ observe-services-rest/pom.xml | 4 ++++ 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/observe-application-web/pom.xml b/observe-application-web/pom.xml index 6692462..73d1f92 100644 --- a/observe-application-web/pom.xml +++ b/observe-application-web/pom.xml @@ -38,11 +38,11 @@ <artifactId>observe-services-configuration-api</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>${project.groupId}</groupId> <artifactId>observe-services-configuration-topia</artifactId> <version>${project.version}</version> - </dependency> + </dependency--> <dependency> <groupId>${project.groupId}</groupId> <artifactId>observe-services-configuration-rest</artifactId> @@ -66,10 +66,6 @@ <artifactId>commons-logging</artifactId> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> diff --git a/observe-services-api/pom.xml b/observe-services-api/pom.xml index 72b9306..c01473a 100644 --- a/observe-services-api/pom.xml +++ b/observe-services-api/pom.xml @@ -35,10 +35,6 @@ <artifactId>nuiton-utils</artifactId> </dependency> <dependency> - <groupId>org.nuiton.i18n</groupId> - <artifactId>nuiton-i18n</artifactId> - </dependency> - <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> </dependency> @@ -48,10 +44,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> <dependency> <groupId>com.google.guava</groupId> diff --git a/observe-services-model/pom.xml b/observe-services-model/pom.xml index 68dbf42..f3bdfe2 100644 --- a/observe-services-model/pom.xml +++ b/observe-services-model/pom.xml @@ -51,6 +51,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> <!-- JAXX --> <dependency> diff --git a/observe-services-rest/pom.xml b/observe-services-rest/pom.xml index c85b3ca..5dfdb68 100644 --- a/observe-services-rest/pom.xml +++ b/observe-services-rest/pom.xml @@ -93,6 +93,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-validator</artifactId> + </dependency> <!-- Logging --> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm