ARTEMIS-3980 Drop website dependencies from artemis-distribution

This commit is contained in:
Domenico Francesco Bruscino 2022-09-19 10:19:49 +02:00 committed by Robbie Gemmell
parent 9a0669e282
commit 5e08540b8a
2 changed files with 0 additions and 12 deletions

View File

@ -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>

View File

@ -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>