Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 48956 invoked from network); 19 Oct 2010 02:58:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 02:58:55 -0000 Received: (qmail 79773 invoked by uid 500); 19 Oct 2010 02:58:55 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 79739 invoked by uid 500); 19 Oct 2010 02:58:55 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 79718 invoked by uid 99); 19 Oct 2010 02:58:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 02:58:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 02:58:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9J2wYoi019879 for ; Tue, 19 Oct 2010 02:58:34 GMT Message-ID: <32428924.36871287457114486.JavaMail.jira@thor> Date: Mon, 18 Oct 2010 22:58:34 -0400 (EDT) From: "David Blevins (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-1269) Remove Spring deps from ActiveMQ 5 RA In-Reply-To: <14899793.13321272890816539.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENEJB-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OPENEJB-1269: ----------------------------------- Environment: OpenEJB 3.2-SNAPSHOT (was: OpenEJB 3.1.3-SNAPSHOT) Affects Version/s: (was: 3.1.2) Fix Version/s: (was: 3.1.3) 3.2-beta-1 Issue Type: Task (was: Improvement) > Remove Spring deps from ActiveMQ 5 RA > ------------------------------------- > > Key: OPENEJB-1269 > URL: https://issues.apache.org/jira/browse/OPENEJB-1269 > Project: OpenEJB > Issue Type: Task > Components: connectors > Environment: OpenEJB 3.2-SNAPSHOT > Reporter: Jean-Louis MONTEIRO > Assignee: Andy Gumbrecht > Fix For: 3.2-beta-1 > > > Andy, > since upgrade to AMQ 5.x (OPENEJB-1227) we have a dependency to Spring. > Here is an extract from: mvn dependency:tree > [INFO] +- org.apache.activemq:activemq-core:jar:5.3.1:compile > [INFO] | +- commons-logging:commons-logging-api:jar:1.1:compile > [INFO] | +- org.apache.activemq:activeio-core:jar:3.1.2:compile > [INFO] | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile > [INFO] | +- org.apache.activemq:kahadb:jar:5.3.1:compile > [INFO] | +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.0:compile > [INFO] | +- org.osgi:org.osgi.core:jar:4.1.0:compile > [INFO] | +- org.springframework.osgi:spring-osgi-core:jar:1.2.1:compile > [INFO] | | \- org.springframework.osgi:spring-osgi-io:jar:1.2.1:compile > [INFO] | +- org.springframework:spring-context:jar:2.5.6:compile > [INFO] | | +- aopalliance:aopalliance:jar:1.0:compile > [INFO] | | +- org.springframework:spring-beans:jar:2.5.6:compile > [INFO] | | \- org.springframework:spring-core:jar:2.5.6:compile > [INFO] | \- commons-net:commons-net:jar:2.0:compile > Can you have a look and see if we can exclude Spring deps? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.