This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 122b8f213 [AMQ-9230] Upgrade jmdns to 3.5.8 (new GAV)
new e4fb4a2d4 Merge pull request #986 from mattrpav/AMQ-9230
122b8f213 is described below
commit 122b8f213ae507608dfba01e5f48d61d98f64eac
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Mar 10 09:50:57 2023 -0600
[AMQ-9230] Upgrade jmdns to 3.5.8 (new GAV)
---
activemq-client/pom.xml | 2 +-
activemq-rar/pom.xml | 2 +-
activemq-unit-tests/pom.xml | 2 +-
assembly/pom.xml | 2 +-
assembly/src/main/descriptors/common-bin.xml | 2 +-
pom.xml | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index a55c06851..43129ed7e 100644
--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -54,7 +54,7 @@
<!-- for zerconf discovery -->
<dependency>
- <groupId>javax.jmdns</groupId>
+ <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<optional>true</optional>
</dependency>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 3aa378d34..c9a0cc496 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -114,7 +114,7 @@
<artifactId>jakarta-regexp</artifactId>
</exclusion>
<exclusion>
- <groupId>javax.jmdns</groupId>
+ <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
</exclusion>
<exclusion>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index cefe8ea79..394eb67be 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -205,7 +205,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>javax.jmdns</groupId>
+ <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<optional>true</optional>
</dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index c43020458..1ff1db88b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -229,7 +229,7 @@
<artifactId>jaxp-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.jmdns</groupId>
+ <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
</dependency>
<dependency>
diff --git a/assembly/src/main/descriptors/common-bin.xml
b/assembly/src/main/descriptors/common-bin.xml
index 1e5a4291e..2abc10028 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -214,7 +214,7 @@
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.josql</include>
<include>org.jasypt:jasypt</include>
<include>org.jasypt:jasypt-spring4</include>
- <include>javax.jmdns:jmdns</include>
+ <include>org.jmdns:jmdns</include>
<include>org.apache.qpid:proton-j</include>
<include>${pom.groupId}:activemq-runtime-config</include>
<include>org.jvnet.jaxb2_commons:jaxb2-basics-runtime</include>
diff --git a/pom.xml b/pom.xml
index 7baa4b5aa..04fe938d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
<jetty9-version>9.4.50.v20221201</jetty9-version>
<jetty-version>${jetty9-version}</jetty-version>
- <jmdns-version>3.4.1</jmdns-version>
+ <jmdns-version>3.5.8</jmdns-version>
<tomcat-api-version>9.0.65</tomcat-api-version>
<jettison-version>1.5.3</jettison-version>
<jmock-version>2.5.1</jmock-version>
@@ -654,7 +654,7 @@
<!-- zeroconf transport -->
<dependency>
- <groupId>javax.jmdns</groupId>
+ <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>${jmdns-version}</version>
</dependency>