ARTEMIS-4331: update to jgroups 5.2.16, adjust deps to exclude BM
This commit is contained in:
parent
b198a9db7f
commit
a3c01257af
|
@ -53,7 +53,7 @@
|
|||
<bundle dependency="true">mvn:commons-beanutils/commons-beanutils/${commons.beanutils.version}</bundle>
|
||||
<bundle dependency="true">mvn:commons-collections/commons-collections/${commons.collections.version}</bundle>
|
||||
|
||||
<bundle dependency="true">wrap:mvn:org.jgroups/jgroups/${jgroups.version}</bundle>
|
||||
<bundle dependency="true">wrap:mvn:org.jgroups/jgroups/${jgroups.version}$Import-Package=org.jboss.byteman.*;resolution:="optional"</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="artemis-core" version="${pom.version}" description="ActiveMQ Artemis broker libraries">
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -102,7 +102,7 @@
|
|||
<jsr305.version>3.0.2</jsr305.version>
|
||||
<jetty.version>10.0.15</jetty.version>
|
||||
<tomcat.servlet-api.version>8.5.78</tomcat.servlet-api.version>
|
||||
<jgroups.version>5.2.0.Final</jgroups.version>
|
||||
<jgroups.version>5.2.16.Final</jgroups.version>
|
||||
<errorprone.version>2.20.0</errorprone.version>
|
||||
<maven.bundle.plugin.version>5.1.9</maven.bundle.plugin.version>
|
||||
<maven.checkstyle.plugin.version>3.2.2</maven.checkstyle.plugin.version>
|
||||
|
@ -569,6 +569,13 @@
|
|||
<groupId>org.jgroups</groupId>
|
||||
<artifactId>jgroups</artifactId>
|
||||
<version>${jgroups.version}</version>
|
||||
<exclusions>
|
||||
<!-- Exclude BM utils: dont need, cant ship -->
|
||||
<exclusion>
|
||||
<groupId>*</groupId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue