Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C9E710EF3 for ; Sat, 15 Feb 2014 21:15:18 +0000 (UTC) Received: (qmail 4986 invoked by uid 500); 15 Feb 2014 21:15:17 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 4906 invoked by uid 500); 15 Feb 2014 21:15:17 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 4897 invoked by uid 99); 15 Feb 2014 21:15:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 21:15:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A39AA827007; Sat, 15 Feb 2014 21:15:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hadrian@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMQ-5047. Fix packaging issues related to maven version Date: Sat, 15 Feb 2014 21:15:16 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/trunk 93ca04468 -> 7b555c289 AMQ-5047. Fix packaging issues related to maven version Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/7b555c28 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/7b555c28 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/7b555c28 Branch: refs/heads/trunk Commit: 7b555c28986c93aea74cd8b6ce2839f11a2c58b2 Parents: 93ca044 Author: Hadrian Zbarcea Authored: Sat Feb 15 16:15:04 2014 -0500 Committer: Hadrian Zbarcea Committed: Sat Feb 15 16:15:04 2014 -0500 ---------------------------------------------------------------------- activemq-amqp/pom.xml | 5 +++++ activemq-client/pom.xml | 28 +++++----------------------- activemq-http/pom.xml | 4 ++++ activemq-kahadb-store/pom.xml | 1 + activemq-mqtt/pom.xml | 1 + activemq-spring/pom.xml | 6 ++++++ activemq-stomp/pom.xml | 5 +++++ pom.xml | 26 +------------------------- 8 files changed, 28 insertions(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index f20b5af..56990f4 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -94,6 +94,11 @@ test + org.springframework + spring-context + test + + org.apache.activemq activemq-leveldb-store test http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 18f940b..57b3a29 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -85,14 +85,6 @@ test - - - - - org.apache.activemq - activemq-openwire-generator - true - @@ -247,14 +239,6 @@ openwire-generate - - - org.apache.activemq - activemq-openwire-generator - ${project.version} - true - - @@ -277,13 +261,11 @@ - + + org.apache.activemq + activemq-openwire-generator + ${project.version} + http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 3ed05a2..818b88c 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -36,6 +36,10 @@ activemq-spring + org.springframework + spring-context + + ${project.groupId} activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index e2fffc5..7ed3775 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -104,6 +104,7 @@ org.springframework spring-context + true xalan http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 6b125e8..1180b99 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -114,6 +114,7 @@ org.springframework spring-context + true xalan http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 753aa4c..0f7ad5d 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -55,6 +55,11 @@ activemq-broker + org.springframework + spring-context + true + + org.apache.activemq activemq-jdbc-store true @@ -150,6 +155,7 @@ org.springframework spring-beans + true org.springframework http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index b23e027..b63d6e0 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -75,6 +75,11 @@ test + org.springframework + spring-context + test + + junit junit test http://git-wip-us.apache.org/repos/asf/activemq/blob/7b555c28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6214b7f..c926faa 100755 --- a/pom.xml +++ b/pom.xml @@ -222,6 +222,7 @@ + activemq-openwire-generator activemq-client activemq-openwire-legacy activemq-broker @@ -238,7 +239,6 @@ activemq-fileserver activemq-jaas activemq-karaf - activemq-openwire-generator activemq-jms-pool activemq-pool activemq-ra @@ -453,7 +453,6 @@ org.apache.activemq activeio-core ${activeio-version} - true org.apache.activemq @@ -594,7 +593,6 @@ org.apache.hadoop.zookeeper zookeeper ${zookeeper-version} - true @@ -602,7 +600,6 @@ javax.jmdns jmdns ${jmdns-version} - true @@ -634,7 +631,6 @@ org.apache.xbean xbean-spring ${xbean-version} - true qdox @@ -677,44 +673,37 @@ org.springframework spring-aop ${spring-version} - true org.springframework spring-beans ${spring-version} - true org.springframework spring-context ${spring-version} - true org.springframework spring-core ${spring-version} - true org.springframework spring-jms ${spring-version} - true org.springframework spring-tx ${spring-version} - true @@ -796,21 +783,18 @@ axion axion ${axion-version} - true commons-primitives commons-primitives ${commons-primitives-version} - true regexp regexp ${regexp-version} - true @@ -819,7 +803,6 @@ hsqldb hsqldb ${hsqldb-version} - true --> @@ -827,7 +810,6 @@ commons-dbcp commons-dbcp ${commons-dbcp-version} - true @@ -842,7 +824,6 @@ howl howl-logger ${howl-version} - true --> @@ -851,14 +832,12 @@ activemq smack 1.5.0 - true activemq smackx 1.5.0 - true @@ -1009,7 +988,6 @@ org.fusesource.mqtt-client mqtt-client ${mqtt-client-version} - true @@ -1066,13 +1044,11 @@ org.apache.velocity velocity ${velocity-version} - true org.apache.servicemix.bundles org.apache.servicemix.bundles.josql ${josql-version} - true