You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ju...@apache.org on 2017/03/22 01:15:56 UTC

arrow git commit: ARROW-677: [java] Fix checkstyle jcl-over-slf4j conflict issue

Repository: arrow
Updated Branches:
  refs/heads/master a9a570139 -> 55d8f99c3


ARROW-677: [java] Fix checkstyle jcl-over-slf4j conflict issue

Author: Julien Le Dem <ju...@dremio.com>

Closes #412 from julienledem/checkstyle_slf4j and squashes the following commits:

2fda6b8 [Julien Le Dem] ARROW-677: [java] Fix checkstyle jcl-over-slf4j conflict issue


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/55d8f99c
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/55d8f99c
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/55d8f99c

Branch: refs/heads/master
Commit: 55d8f99c351c22c2357924b4e70fcef7c8fd119a
Parents: a9a5701
Author: Julien Le Dem <ju...@dremio.com>
Authored: Tue Mar 21 18:15:52 2017 -0700
Committer: Julien Le Dem <ju...@dremio.com>
Committed: Tue Mar 21 18:15:52 2017 -0700

----------------------------------------------------------------------
 java/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/55d8f99c/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 774761f..5edd605 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -286,6 +286,11 @@
               <artifactId>guava</artifactId>
               <version>${dep.guava.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>jcl-over-slf4j</artifactId>
+                <version>1.7.5</version>
+            </dependency>
           </dependencies>
           <executions>
             <execution>