You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/12/01 08:22:51 UTC

[2/9] ignite git commit: IGNITE-6828 Fixed confusing messages SLF4J: Failed to load class at Ignite start. This closes #2980.

IGNITE-6828 Fixed confusing messages SLF4J: Failed to load class at Ignite start. This closes #2980.

Signed-off-by: nikolay_tikhonov <nt...@gridgain.com>


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

Branch: refs/heads/ignite-zk
Commit: a245ec7eaf7abeb58833a4e4f3f05431b0ab5291
Parents: 6933f7b
Author: Alexey Popov <ta...@gmail.com>
Authored: Thu Nov 30 15:45:44 2017 +0300
Committer: nikolay_tikhonov <nt...@gridgain.com>
Committed: Thu Nov 30 15:45:44 2017 +0300

----------------------------------------------------------------------
 modules/spring-data/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a245ec7e/modules/spring-data/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spring-data/pom.xml b/modules/spring-data/pom.xml
index fcb45ae..13e6392 100644
--- a/modules/spring-data/pom.xml
+++ b/modules/spring-data/pom.xml
@@ -58,6 +58,13 @@
             <groupId>org.springframework.data</groupId>
             <artifactId>spring-data-commons</artifactId>
             <version>${spring.data.version}</version>
+            <!-- Exclude slf4j logging in favor of log4j -->
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>jcl-over-slf4j</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>