mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-08 18:29:20 +00:00
no-jira - remove unnecessary reference to jgroups version from example create command, a more recient version it is part of the distro
This commit is contained in:
parent
c7b672d8b9
commit
c0ce3ffdc6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user