mirror of https://github.com/apache/activemq.git
[AMQ-9230] Upgrade jmdns to 3.5.8 (new GAV)
This commit is contained in:
parent
642ec302cc
commit
122b8f213a
|
@ -54,7 +54,7 @@
|
|||
|
||||
<!-- for zerconf discovery -->
|
||||
<dependency>
|
||||
<groupId>javax.jmdns</groupId>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
<artifactId>jakarta-regexp</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.jmdns</groupId>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.jmdns</groupId>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
<artifactId>jaxp-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.jmdns</groupId>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -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>
|
||||
|
|
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in New Issue