This is an automated email from the ASF dual-hosted git repository.

gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new c0ce3ff  no-jira - remove unnecessary reference to jgroups version 
from example create command, a more recient version it is part of the distro
c0ce3ff is described below

commit c0ce3ffdc6bc919c44c8deb84bf95388d9f729cf
Author: gtully <[email protected]>
AuthorDate: Thu Sep 2 15:17:43 2021 +0100

    no-jira - remove unnecessary reference to jgroups version from example 
create command, a more recient version it is part of the distro
---
 examples/features/clustered/clustered-jgroups/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/examples/features/clustered/clustered-jgroups/pom.xml 
b/examples/features/clustered/clustered-jgroups/pom.xml
index de0f5b0..e29ea3a 100644
--- a/examples/features/clustered/clustered-jgroups/pom.xml
+++ b/examples/features/clustered/clustered-jgroups/pom.xml
@@ -55,10 +55,6 @@ under the License.
                      <goal>create</goal>
                   </goals>
                   <configuration>
-                     <libList>
-                        <!-- You need to add jgroups.jar to the server's lib 
-->
-                        <arg>org.jgroups:jgroups:3.6.0.Final</arg>
-                     </libList>
                      <ignore>${noServer}</ignore>
                      <instance>${basedir}/target/server0</instance>
                      
<configuration>${basedir}/target/classes/activemq/server0</configuration>
@@ -72,10 +68,6 @@ under the License.
                      <goal>create</goal>
                   </goals>
                   <configuration>
-                     <libList>
-                        <!-- You need to add jgroups.jar to the server's lib 
-->
-                        <arg>org.jgroups:jgroups:3.6.0.Final</arg>
-                     </libList>
                      <ignore>${noServer}</ignore>
                      <instance>${basedir}/target/server1</instance>
                      
<configuration>${basedir}/target/classes/activemq/server1</configuration>

Reply via email to