You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by li...@apache.org on 2018/01/10 09:30:59 UTC

[incubator-mxnet] branch master updated: Use provided scope for log4j dependencies (#9365)

This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new f30bb4a  Use provided scope for log4j dependencies (#9365)
f30bb4a is described below

commit f30bb4a543c3342b024cc26e991a9e619b1f153a
Author: Gautam Kumar <ga...@fb.com>
AuthorDate: Wed Jan 10 01:30:47 2018 -0800

    Use provided scope for log4j dependencies (#9365)
---
 scala-package/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 07a22e8..1cc0a2e 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -293,6 +293,7 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.17</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -303,6 +304,7 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <version>1.7.7</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.scalatest</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].