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 3c90c69 ARTEMIS-3106: remove duplicate artemis-server dependency
added in 5313a800a37a4174a43289457a8934266b50f96b
3c90c69 is described below
commit 3c90c695f3ac1a77f7ec981980bcd8d50bd72f25
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Apr 14 12:45:46 2021 +0100
ARTEMIS-3106: remove duplicate artemis-server dependency added in
5313a800a37a4174a43289457a8934266b50f96b
Resolves related build warning it caused.
---
artemis-protocols/artemis-amqp-protocol/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml
b/artemis-protocols/artemis-amqp-protocol/pom.xml
index 8fb0e45..1911f25 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -39,11 +39,6 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>artemis-server</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
<artifactId>artemis-core-client</artifactId>
<version>${project.version}</version>
</dependency>