You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/06/09 08:53:28 UTC

camel git commit: slf4j osgi range should be 1.7 as minimum so its the same as slf4j-api we use.

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 <da...@apache.org>
Authored: Thu Jun 9 10:53:11 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
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)",