Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 845B5E258 for ; Tue, 27 Nov 2012 21:53:07 +0000 (UTC) Received: (qmail 89039 invoked by uid 500); 27 Nov 2012 21:53:07 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 89009 invoked by uid 500); 27 Nov 2012 21:53:07 -0000 Mailing-List: contact commits-help@onami.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.incubator.apache.org Delivered-To: mailing list commits@onami.incubator.apache.org Received: (qmail 89000 invoked by uid 99); 27 Nov 2012 21:53:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 21:53:07 +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; Tue, 27 Nov 2012 21:53:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 706782388A66; Tue, 27 Nov 2012 21:52:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1414415 - in /incubator/onami/trunk: autobind/pom.xml cache/pom.xml logging/core/pom.xml logging/testframework/pom.xml parent/pom.xml spi/pom.xml Date: Tue, 27 Nov 2012 21:52:42 -0000 To: commits@onami.incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121127215243.706782388A66@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Tue Nov 27 21:52:40 2012 New Revision: 1414415 URL: http://svn.apache.org/viewvc?rev=1414415&view=rev Log: fixed guice core module dependency resolution Modified: incubator/onami/trunk/autobind/pom.xml incubator/onami/trunk/cache/pom.xml incubator/onami/trunk/logging/core/pom.xml incubator/onami/trunk/logging/testframework/pom.xml incubator/onami/trunk/parent/pom.xml incubator/onami/trunk/spi/pom.xml Modified: incubator/onami/trunk/autobind/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/autobind/pom.xml (original) +++ incubator/onami/trunk/autobind/pom.xml Tue Nov 27 21:52:40 2012 @@ -80,6 +80,11 @@ + com.google.inject + guice + + + com.google.inject.extensions guice-multibindings Modified: incubator/onami/trunk/cache/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/cache/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/cache/pom.xml (original) +++ incubator/onami/trunk/cache/pom.xml Tue Nov 27 21:52:40 2012 @@ -58,6 +58,11 @@ + com.google.inject + guice + + + javax.cache cache-api 0.5 Modified: incubator/onami/trunk/logging/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/core/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/logging/core/pom.xml (original) +++ incubator/onami/trunk/logging/core/pom.xml Tue Nov 27 21:52:40 2012 @@ -39,7 +39,6 @@ com.google.inject guice - compile Modified: incubator/onami/trunk/logging/testframework/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/testframework/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/logging/testframework/pom.xml (original) +++ incubator/onami/trunk/logging/testframework/pom.xml Tue Nov 27 21:52:40 2012 @@ -35,7 +35,6 @@ com.google.inject guice - compile Modified: incubator/onami/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/parent/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/parent/pom.xml (original) +++ incubator/onami/trunk/parent/pom.xml Tue Nov 27 21:52:40 2012 @@ -302,6 +302,13 @@ + com.google.inject + guice + ${guice.version} + provided + + + com.google.inject.extensions guice-multibindings ${guice.version} @@ -320,17 +327,6 @@ - - - - com.google.inject - guice - ${guice.version} - provided - - Modified: incubator/onami/trunk/spi/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1414415&r1=1414414&r2=1414415&view=diff ============================================================================== --- incubator/onami/trunk/spi/pom.xml (original) +++ incubator/onami/trunk/spi/pom.xml Tue Nov 27 21:52:40 2012 @@ -21,7 +21,7 @@ org.apache.onami onami-parent - 1-SNAPSHOT + 1-SNAPSHOT-incubating org.apache.onami