Skip to content

Commit e4fb4a2

Browse files
authored
Merge pull request #986 from mattrpav/AMQ-9230
[AMQ-9230] Upgrade jmdns to 3.5.8 (new GAV)
2 parents 413dfa9 + 122b8f2 commit e4fb4a2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

activemq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<!-- for zerconf discovery -->
5757
<dependency>
58-
<groupId>javax.jmdns</groupId>
58+
<groupId>org.jmdns</groupId>
5959
<artifactId>jmdns</artifactId>
6060
<optional>true</optional>
6161
</dependency>

activemq-rar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<artifactId>jakarta-regexp</artifactId>
115115
</exclusion>
116116
<exclusion>
117-
<groupId>javax.jmdns</groupId>
117+
<groupId>org.jmdns</groupId>
118118
<artifactId>jmdns</artifactId>
119119
</exclusion>
120120
<exclusion>

activemq-unit-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<scope>test</scope>
206206
</dependency>
207207
<dependency>
208-
<groupId>javax.jmdns</groupId>
208+
<groupId>org.jmdns</groupId>
209209
<artifactId>jmdns</artifactId>
210210
<optional>true</optional>
211211
</dependency>

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<artifactId>jaxp-api</artifactId>
230230
</dependency>
231231
<dependency>
232-
<groupId>javax.jmdns</groupId>
232+
<groupId>org.jmdns</groupId>
233233
<artifactId>jmdns</artifactId>
234234
</dependency>
235235
<dependency>

assembly/src/main/descriptors/common-bin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.josql</include>
215215
<include>org.jasypt:jasypt</include>
216216
<include>org.jasypt:jasypt-spring4</include>
217-
<include>javax.jmdns:jmdns</include>
217+
<include>org.jmdns:jmdns</include>
218218
<include>org.apache.qpid:proton-j</include>
219219
<include>${pom.groupId}:activemq-runtime-config</include>
220220
<include>org.jvnet.jaxb2_commons:jaxb2-basics-runtime</include>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
7575
<jetty9-version>9.4.50.v20221201</jetty9-version>
7676
<jetty-version>${jetty9-version}</jetty-version>
77-
<jmdns-version>3.4.1</jmdns-version>
77+
<jmdns-version>3.5.8</jmdns-version>
7878
<tomcat-api-version>9.0.65</tomcat-api-version>
7979
<jettison-version>1.5.3</jettison-version>
8080
<jmock-version>2.5.1</jmock-version>
@@ -659,7 +659,7 @@
659659

660660
<!-- zeroconf transport -->
661661
<dependency>
662-
<groupId>javax.jmdns</groupId>
662+
<groupId>org.jmdns</groupId>
663663
<artifactId>jmdns</artifactId>
664664
<version>${jmdns-version}</version>
665665
</dependency>

0 commit comments

Comments
 (0)