From e2e1cb529c9be1f9380d4e6a4cb98795082e3e23 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Thu, 22 Dec 2005 03:53:15 +0000 Subject: [PATCH] Added a m2 pom for the activemq-web module. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358477 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web/pom.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 11 +++++++ 2 files changed, 81 insertions(+) create mode 100755 activemq-web/pom.xml diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml new file mode 100755 index 0000000000..c79ff5e73c --- /dev/null +++ b/activemq-web/pom.xml @@ -0,0 +1,70 @@ + + 4.0.0 + + + org.apache.activemq + activemq-project + 4.0-SNAPSHOT + ../pom.xml + + + activemq-web + jar + ActiveMQ :: Web + Web Connector for REST API and Streamlets supportdescription> + + + + + org.apache.activemq + activemq-core + ${version} + + + + backport-util-concurrent + backport-util-concurrent + + + activeio + activeio + + + commons-logging + commons-logging + + + log4j + log4j + + + + geronimo-spec + geronimo-spec-jms + + + geronimo-spec + geronimo-spec-jsp + + + + xbean + xbean-spring + + + org.springframework + spring + + + + jetty + servlet-api + + + jetty + jetty + + + + + diff --git a/pom.xml b/pom.xml index fccaeb4f5f..1341ff9573 100755 --- a/pom.xml +++ b/pom.xml @@ -88,12 +88,16 @@ + activemq-core activemq-ra activemq-jaas activemq-optional + activemq-web + activeio activecluster + @@ -168,6 +172,13 @@ geronimo-spec-j2ee-connector 1.5-rc4 + + + geronimo-spec + geronimo-spec-jsp + 2.0-rc4 + +