Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82B2D10149 for ; Wed, 11 Sep 2013 13:55:38 +0000 (UTC) Received: (qmail 2443 invoked by uid 500); 11 Sep 2013 13:55:36 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 1953 invoked by uid 500); 11 Sep 2013 13:55:35 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 1938 invoked by uid 99); 11 Sep 2013 13:55:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 13:55:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 13:55:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A8B522388A56; Wed, 11 Sep 2013 13:55:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1521846 - /geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml Date: Wed, 11 Sep 2013 13:55:13 -0000 To: scm@geronimo.apache.org From: rmannibucau@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130911135513.A8B522388A56@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rmannibucau Date: Wed Sep 11 13:55:13 2013 New Revision: 1521846 URL: http://svn.apache.org/r1521846 Log: fixing osgi imports Modified: geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml Modified: geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml?rev=1521846&r1=1521845&r2=1521846&view=diff ============================================================================== --- geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml (original) +++ geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml Wed Sep 11 13:55:13 2013 @@ -86,7 +86,8 @@ org.apache.geronimo.osgi.registry.api;resolution:=optional, javax.inject;resolution:=optional, - javax.enterprise.util;resolution:=optional + javax.enterprise.util;resolution:=optional, + *