ARTEMIS-3980 Drop website dependencies from artemis-distribution
This commit is contained in:
parent
9a0669e282
commit
5e08540b8a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue