https://issues.apache.org/jira/browse/AMQ-3906 - make it so that java -classpath target/activemq-all-5.8-SNAPSHOT.jar org.apache.activemq.console.Main start broker:\(\) will work. We may want to remove persistence but I think it makes sense to have it in there

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1430326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-01-08 15:40:13 +00:00
parent 351a339b0d
commit 6b3676ae72
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@
<include>${project.groupId}:activemq-kahadb-store</include>
<include>${project.groupId}:activemq-leveldb-store</include>
<include>${project.groupId}:activemq-jdbc-store</include>
<include>org.apache.activemq.protobuf:activemq-protobuf</include>
<include>org.fusesource.hawtbuf:hawtbuf</include>
<include>org.jasypt:jasypt</include>
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>