From 6b3676ae72d79b31025b360e66163e0c0689ee54 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Tue, 8 Jan 2013 15:40:13 +0000 Subject: [PATCH] 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 --- activemq-all/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index b6d86406ed..a7581dc3b8 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -86,7 +86,10 @@ ${project.groupId}:activemq-kahadb-store ${project.groupId}:activemq-leveldb-store ${project.groupId}:activemq-jdbc-store - + + org.apache.activemq.protobuf:activemq-protobuf + org.fusesource.hawtbuf:hawtbuf + org.jasypt:jasypt org.apache.geronimo.specs:geronimo-jms_1.1_spec org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec