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 5e08540b8a ARTEMIS-3980 Drop website dependencies from
artemis-distribution
new 1974ec5289 This closes #4221
5e08540b8a is described below
commit 5e08540b8a632c61d944045ab7cf91fe61339b72
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Mon Sep 19 10:19:49 2022 +0200
ARTEMIS-3980 Drop website dependencies from artemis-distribution
---
artemis-distribution/pom.xml | 11 -----------
artemis-distribution/src/main/assembly/dep.xml | 1 -
2 files changed, 12 deletions(-)
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index 5783fac4cb..b431822bc3 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -112,11 +112,6 @@
<artifactId>artemis-jdbc-store</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>artemis-website</artifactId>
- <version>${project.version}</version>
- </dependency>
<!-- Must be optional to avoid passing on, as they clash
with each other, and contain duplicates of their deps
@@ -159,12 +154,6 @@
<version>${project.version} </version>
<type>war</type>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>artemis-website</artifactId>
- <version>${project.version}</version>
- <classifier>javadoc</classifier>
- </dependency>
<!-- quorum -->
<dependency>
<groupId>org.apache.activemq</groupId>
diff --git a/artemis-distribution/src/main/assembly/dep.xml
b/artemis-distribution/src/main/assembly/dep.xml
index 24b1a6912a..e8a7433b56 100644
--- a/artemis-distribution/src/main/assembly/dep.xml
+++ b/artemis-distribution/src/main/assembly/dep.xml
@@ -48,7 +48,6 @@
<exclude>org.apache.activemq:artemis-console:war</exclude>
<exclude>org.apache.activemq:activemq-branding:war</exclude>
<exclude>org.apache.activemq:artemis-plugin:war</exclude>
- <exclude>org.apache.activemq:artemis-website</exclude>
</excludes>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>