mirror of https://github.com/apache/activemq.git
added back activemq-web on distro
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d671875ebf
commit
802f91eb55
|
@ -84,7 +84,7 @@
|
|||
</properties>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<artifactId>activemq-web</artifactId>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
|
||||
<!-- used by the WS module -->
|
||||
<dependency>
|
||||
|
|
|
@ -102,6 +102,8 @@
|
|||
<include name="activemq-web*.jar" />
|
||||
<include name="activemq-container*.jar" />
|
||||
<include name="commons-bean*.jar" />
|
||||
<include name="spring*.jar" />
|
||||
<include name="xbean*.jar" />
|
||||
|
||||
<!-- include Apache Derby for persistence -->
|
||||
<include name="derby*.jar" />
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</context-param>
|
||||
|
||||
<listener>
|
||||
<listener-class>org.apache.activemq.web.</listener-class>
|
||||
<listener-class>org.apache.activemq.web.SpringBrokerContextListener</listener-class>
|
||||
</listener>
|
||||
</web-app>
|
||||
|
||||
|
|
Loading…
Reference in New Issue