hansva commented on code in PR #7860:
URL: https://github.com/apache/hop/pull/7860#discussion_r3747063501


##########
lib/pom.xml:
##########
@@ -228,6 +231,21 @@
                 <artifactId>ST4</artifactId>
                 <version>${ST4.version}</version>
             </dependency>
+            <dependency>
+                <groupId>jakarta.jms</groupId>
+                <artifactId>jakarta.jms-api</artifactId>
+                <version>${jakarta-jms-api.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>artemis-jakarta-client</artifactId>
+                <version>${artemis-jakarta-client.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>artemis-server</artifactId>
+                <version>${artemis-server.version}</version>
+            </dependency>

Review Comment:
   this is using an older dependency, it has moved to.
   ````
   org.apache.activemq » artemis-jakarta-client
   →
   [org.apache.artemis » 
artemis-jakarta-client](https://mvnrepository.com/artifact/org.apache.artemis/artemis-jakarta-client)
   ````
   
   latest version is 2.55.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to