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 133019dd8 Fix compilation issue on activemq-client-jakarta
133019dd8 is described below

commit 133019dd8e66da73256af4e0659fc65d7bacfd45
Author: JB Onofré <[email protected]>
AuthorDate: Tue Mar 14 09:23:32 2023 +0100

    Fix compilation issue on activemq-client-jakarta
---
 activemq-client-jakarta/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-client-jakarta/pom.xml b/activemq-client-jakarta/pom.xml
index 3ee72e39d..5629cad60 100644
--- a/activemq-client-jakarta/pom.xml
+++ b/activemq-client-jakarta/pom.xml
@@ -53,7 +53,7 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.jmdns</groupId>
+            <groupId>org.jmdns</groupId>
             <artifactId>jmdns</artifactId>
             <optional>true</optional>
             <scope>provided</scope>

Reply via email to