File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments