From a8ef3a3f4229c5c3f28074b33952d080ba09921c Mon Sep 17 00:00:00 2001 From: Gwenael Cattez Date: Thu, 1 Dec 2011 14:17:05 +0000 Subject: [PATCH] : Setting dependency jgroups:jgroups-all:jar:2.2.8 to org.jgroups:jgroups:jar:2.12.1.Final to avoid conflict with Add property to prevent that king of conflicts --- frascati/modules/frascati-binding-jms/pom.xml | 12 ++++++++++++ .../module-gcs/frascati-binding-jgroups/pom.xml | 15 +++++++++++++-- pom.xml | 1 + 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/frascati/modules/frascati-binding-jms/pom.xml b/frascati/modules/frascati-binding-jms/pom.xml index c2323d2c2..8b21d2496 100755 --- a/frascati/modules/frascati-binding-jms/pom.xml +++ b/frascati/modules/frascati-binding-jms/pom.xml @@ -154,6 +154,18 @@ org.objectweb.joram jndi-client ${joram.version} + + + jgroups + jgroups-all + + + + + + org.jgroups + jgroups + ${jgroups.version} diff --git a/frascati/modules/module-gcs/frascati-binding-jgroups/pom.xml b/frascati/modules/module-gcs/frascati-binding-jgroups/pom.xml index 208eccfbc..17b6d36f8 100644 --- a/frascati/modules/module-gcs/frascati-binding-jgroups/pom.xml +++ b/frascati/modules/module-gcs/frascati-binding-jgroups/pom.xml @@ -92,7 +92,18 @@ frascati-component-factory-julia ${project.version} - + + + org.objectweb.monolog + monolog + 2.1.12 + + + + asm + asm + 3.1 + @@ -104,7 +115,7 @@ org.jgroups jgroups - 2.12.1.Final + ${jgroups.version} diff --git a/pom.xml b/pom.xml index f80119b5d..25966bc09 100644 --- a/pom.xml +++ b/pom.xml @@ -317,6 +317,7 @@ 2.9.1 2.1.13 1.7 + 2.12.1.Final 0.6.0 -- GitLab