Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 35A7011B1D for ; Mon, 23 Jun 2014 09:09:32 +0000 (UTC) Received: (qmail 49428 invoked by uid 500); 23 Jun 2014 09:09:32 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 49392 invoked by uid 500); 23 Jun 2014 09:09:32 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 49383 invoked by uid 99); 23 Jun 2014 09:09:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2014 09:09:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9E2BC886F77; Mon, 23 Jun 2014 09:09:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@karaf.apache.org Message-Id: <34694435a46344a18b75ba38a83cd352@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Cleanup in Cellar dependencies Date: Mon, 23 Jun 2014 09:09:31 +0000 (UTC) Repository: karaf-cellar Updated Branches: refs/heads/master a7c3ce45a -> 91f8dea95 Cleanup in Cellar dependencies Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/91f8dea9 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/91f8dea9 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/91f8dea9 Branch: refs/heads/master Commit: 91f8dea95b32bd21202fbd597ce6e9dc5e603273 Parents: a7c3ce4 Author: Jean-Baptiste Onofré Authored: Mon Jun 23 11:09:02 2014 +0200 Committer: Jean-Baptiste Onofré Committed: Mon Jun 23 11:09:02 2014 +0200 ---------------------------------------------------------------------- cloud/pom.xml | 6 +++--- features/pom.xml | 4 ++-- pom.xml | 15 +++------------ webconsole/pom.xml | 8 ++++---- 4 files changed, 12 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/91f8dea9/cloud/pom.xml ---------------------------------------------------------------------- diff --git a/cloud/pom.xml b/cloud/pom.xml index ab74450..7d1aa6b 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -96,10 +96,10 @@ - org.apache.servicemix.bundles - org.apache.servicemix.bundles.junit + junit + junit test - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/91f8dea9/features/pom.xml ---------------------------------------------------------------------- diff --git a/features/pom.xml b/features/pom.xml index c3fba66..bd70805 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -100,8 +100,8 @@ test - org.apache.servicemix.bundles - org.apache.servicemix.bundles.junit + junit + junit test http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/91f8dea9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f97ad5..b2450a9 100644 --- a/pom.xml +++ b/pom.xml @@ -43,11 +43,9 @@ 1.4.0 2.1 4.11 - 4.11_1 3.0.1 4.3.1 4.3.1 - 2.5 1.7.7 @@ -251,16 +249,9 @@ - javax.servlet - servlet-api - ${servlet.api.version} - - - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.junit - ${junit.bundle.version} + org.apache.geronimo.specs + geronimo-servlet_3.0_spec + 1.0 http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/91f8dea9/webconsole/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/pom.xml b/webconsole/pom.xml index ecba450..87459da 100644 --- a/webconsole/pom.xml +++ b/webconsole/pom.xml @@ -76,13 +76,13 @@ provided - javax.servlet - servlet-api + org.apache.geronimo.specs + geronimo-servlet_3.0_spec provided - org.apache.servicemix.bundles - org.apache.servicemix.bundles.junit + junit + junit test