This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 4838cb7725 ARTEMIS-4476: remove added duplicate dependency, fix build 
warning
4838cb7725 is described below

commit 4838cb7725b887c0880427285501e4db5311d9fc
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Nov 10 14:04:44 2023 +0000

    ARTEMIS-4476: remove added duplicate dependency, fix build warning
---
 tests/integration-tests-isolated/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/integration-tests-isolated/pom.xml 
b/tests/integration-tests-isolated/pom.xml
index d0db972418..6724ad4b7b 100644
--- a/tests/integration-tests-isolated/pom.xml
+++ b/tests/integration-tests-isolated/pom.xml
@@ -205,10 +205,6 @@
          <artifactId>protonj2-test-driver</artifactId>
          <scope>test</scope>
       </dependency>
-      <dependency>
-         <groupId>jakarta.jms</groupId>
-         <artifactId>jakarta.jms-api</artifactId>
-      </dependency>
       <dependency>
          <groupId>jakarta.management.j2ee</groupId>
          <artifactId>jakarta.management.j2ee-api</artifactId>

Reply via email to