This commit is contained in:
Robbie Gemmell 2022-09-20 10:51:12 +01:00
commit 1974ec5289
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>