Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41A2CC8A8 for ; Mon, 18 Jun 2012 23:32:43 +0000 (UTC) Received: (qmail 41520 invoked by uid 500); 18 Jun 2012 23:32:43 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 41464 invoked by uid 500); 18 Jun 2012 23:32:43 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 41340 invoked by uid 99); 18 Jun 2012 23:32:42 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 23:32:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A458B142864 for ; Mon, 18 Jun 2012 23:32:42 +0000 (UTC) Date: Mon, 18 Jun 2012 23:32:42 +0000 (UTC) From: "Bruno Borges (JIRA)" To: dev@activemq.apache.org Message-ID: <2026218754.27407.1340062362677.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (AMQ-3888) Better Maven dependency for some specs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bruno Borges created AMQ-3888: --------------------------------- Summary: Better Maven dependency for some specs Key: AMQ-3888 URL: https://issues.apache.org/jira/browse/AMQ-3888 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.6.0 Reporter: Bruno Borges It seems that, to have ActiveMQ component for Camel run fine on a JBoss instance, I had to add all these dependencies as 'provided' to avoid specs artifacts falling on my WEB-INF/lib. Would be nice to have this fixed on the next release of ActiveMQ org.apache.activemq activemq-camel org.apache.activemq activemq-pool org.apache.geronimo.specs geronimo-jta_1.0.1B_spec 1.0.1 provided org.apache.geronimo.specs geronimo-jms_1.1_spec 1.1.1 provided org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec 1.0.1 provided javax.inject javax.inject 1 provided org.mortbay.jetty jsp-api-2.1 6.1.4 provided org.mortbay.jetty jsp-2.1 6.1.4 provided javax.annotation jsr250-api 1.0 provided com.google.code.findbugs jsr305 1.3.9 provided -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira