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 7b5fa43e0c3b1be69f7ca27eb894e7e783fea8bf Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 19 02:54:07 2015 +0200 Optimisation des dépendances --- observe-application-swing/pom.xml | 21 +++++++++++++++++++++ observe-application-web/pom.xml | 4 ++++ observe-services-runner/pom.xml | 7 +++++++ observe-services-topia/pom.xml | 4 ++-- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/observe-application-swing/pom.xml b/observe-application-swing/pom.xml index 2cce4bd..e3b6f4e 100644 --- a/observe-application-swing/pom.xml +++ b/observe-application-swing/pom.xml @@ -110,6 +110,22 @@ <version>${project.version}</version> </dependency> + <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>observe-entities</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + + <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>observe-services-topia</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <!-- jaxx dependencies --> <dependency> @@ -279,6 +295,11 @@ <artifactId>xpp3</artifactId> </dependency> + <dependency> + <groupId>org.apache.struts.xwork</groupId> + <artifactId>xwork-core</artifactId> + </dependency> + <!-- Logging --> <dependency> <groupId>org.slf4j</groupId> diff --git a/observe-application-web/pom.xml b/observe-application-web/pom.xml index 73d1f92..e983d29 100644 --- a/observe-application-web/pom.xml +++ b/observe-application-web/pom.xml @@ -70,6 +70,10 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> diff --git a/observe-services-runner/pom.xml b/observe-services-runner/pom.xml index 2f456d2..0fc6f9e 100644 --- a/observe-services-runner/pom.xml +++ b/observe-services-runner/pom.xml @@ -51,6 +51,13 @@ <scope>runtime</scope> </dependency> + <!-- Nuiton --> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> + <!-- commons dependencies --> <dependency> diff --git a/observe-services-topia/pom.xml b/observe-services-topia/pom.xml index 6f91d8b..3708aca 100644 --- a/observe-services-topia/pom.xml +++ b/observe-services-topia/pom.xml @@ -90,10 +90,10 @@ </dependency> <!-- persistence --> - <!--dependency> + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - </dependency--> + </dependency> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.