ignite-1395: Additional fix for unecessary messages that are printed out by REST module
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7ba2efb7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7ba2efb7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7ba2efb7 Branch: refs/heads/ignite-1816 Commit: 7ba2efb7cb31ffefa6868f0d7dad3d61993a52c6 Parents: e02b68c Author: Roman Shtykh <app...@gmail.com> Authored: Tue Nov 10 13:17:51 2015 +0300 Committer: Denis Magda <dma...@gridgain.com> Committed: Tue Nov 10 13:17:51 2015 +0300 ---------------------------------------------------------------------- modules/rest-http/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7ba2efb7/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 730e28a..9aa79f2 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -116,8 +116,19 @@ <dependency> <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.7</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.7</version> </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> </dependencies> </project>