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 5d5e6cc ARTEMIS-3638: remove duplicate dependency definition to fix
warning
5d5e6cc is described below
commit 5d5e6ccb201d9a8bc85b6386003c11b99b1ad086
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Feb 17 16:17:47 2022 +0000
ARTEMIS-3638: remove duplicate dependency definition to fix warning
---
tests/integration-tests/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index c7cde7d..19d1793 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -214,11 +214,6 @@
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
</dependency>
<dependency>
- <groupId>jakarta.json</groupId>
- <artifactId>jakarta.json-api</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>jakarta.resource</groupId>
<artifactId>jakarta.resource-api</artifactId>
</dependency>