Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3EE6E200ACA for ; Thu, 9 Jun 2016 10:53:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3D8F0160A58; Thu, 9 Jun 2016 08:53:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ABD5E160A2B for ; Thu, 9 Jun 2016 10:53:29 +0200 (CEST) Received: (qmail 79565 invoked by uid 500); 9 Jun 2016 08:53:28 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 79556 invoked by uid 99); 9 Jun 2016 08:53:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 08:53:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA833DFB38; Thu, 9 Jun 2016 08:53:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: slf4j osgi range should be 1.7 as minimum so its the same as slf4j-api we use. Date: Thu, 9 Jun 2016 08:53:28 +0000 (UTC) archived-at: Thu, 09 Jun 2016 08:53:30 -0000 Repository: camel Updated Branches: refs/heads/master a5d4f4a2c -> ae426d73e slf4j osgi range should be 1.7 as minimum so its the same as slf4j-api we use. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ae426d73 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ae426d73 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ae426d73 Branch: refs/heads/master Commit: ae426d73e089c83540f198957fe3634302c73b23 Parents: a5d4f4a Author: Claus Ibsen Authored: Thu Jun 9 10:53:11 2016 +0200 Committer: Claus Ibsen Committed: Thu Jun 9 10:53:20 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ae426d73/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 55fc490..3ec37d4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -640,7 +640,7 @@ org.antlr.stringtemplate.*;version="[3.0,4)", org.ccil.cowan.tagsoup.*;version="[1.2,2)", org.mortbay.cometd.*;version="[6.1,7)", - org.slf4j.*;version="[1.6,2)", + org.slf4j.*;version="[1.7,2)", net.sf.flatpack.*;version="[3.1.1,4)", net.sf.saxon.*;version="[9.3.0,9.6)", freemarker.*;version="[2.3.15,3)",