Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 25147 invoked from network); 2 Dec 2009 13:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 13:34:50 -0000 Received: (qmail 40325 invoked by uid 500); 2 Dec 2009 13:34:50 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 40254 invoked by uid 500); 2 Dec 2009 13:34:49 -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 40245 invoked by uid 99); 2 Dec 2009 13:34:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 13:34:49 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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, 02 Dec 2009 13:34:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A85C2388962; Wed, 2 Dec 2009 13:34:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886140 - in /geronimo/server/trunk: framework/configs/gshell-framework/src/main/history/dependencies.xml pom.xml Date: Wed, 02 Dec 2009 13:34:27 -0000 To: scm@geronimo.apache.org From: rickmcguire@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091202133427.4A85C2388962@eris.apache.org> Author: rickmcguire Date: Wed Dec 2 13:34:26 2009 New Revision: 886140 URL: http://svn.apache.org/viewvc?rev=886140&view=rev Log: remove slf4j dependencies from gshell to suppress unresolved constaint errors Modified: geronimo/server/trunk/framework/configs/gshell-framework/src/main/history/dependencies.xml geronimo/server/trunk/pom.xml Modified: geronimo/server/trunk/framework/configs/gshell-framework/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/gshell-framework/src/main/history/dependencies.xml?rev=886140&r1=886139&r2=886140&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/gshell-framework/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/framework/configs/gshell-framework/src/main/history/dependencies.xml Wed Dec 2 13:34:26 2009 @@ -97,11 +97,6 @@ jar - org.slf4j - slf4j-api - jar - - xpp3 xpp3_min jar Modified: geronimo/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=886140&r1=886139&r2=886140&view=diff ============================================================================== --- geronimo/server/trunk/pom.xml (original) +++ geronimo/server/trunk/pom.xml Wed Dec 2 13:34:26 2009 @@ -677,15 +677,16 @@ + org.slf4j - slf4j-api + slf4j-simple 1.5.5 org.slf4j - slf4j-simple + slf4j-api 1.5.5 @@ -1320,7 +1321,7 @@ org.apache.geronimo.specs geronimo-concurrent_1.0_spec - 1.0-EA + 1.1-EA-SNAPSHOT @@ -1678,30 +1679,60 @@ org.apache.geronimo.gshell gshell-bootstrap 1.0-alpha-1 + + + org.slf4j + slf4j-api + + org.apache.geronimo.gshell gshell-cli 1.0-alpha-1 + + + org.slf4j + slf4j-api + + org.apache.geronimo.gshell gshell-command-api 1.0-alpha-1 + + + org.slf4j + slf4j-api + + org.apache.geronimo.gshell gshell-core 1.0-alpha-1 + + + org.slf4j + slf4j-api + + org.apache.geronimo.gshell.commands gshell-builtins 1.0-alpha-1 + + + org.slf4j + slf4j-api + + @@ -2223,7 +2254,7 @@ org.apache.geronimo.buildsupport geronimo-osgi-plugin - + false Geronimo-1.6.profile @@ -2275,7 +2306,7 @@ - +