You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2017/01/13 22:26:00 UTC

[21/25] any23 git commit: ANY23-292 : Make core logging implementation independent

ANY23-292 : Make core logging implementation independent

Signed-off-by: Peter Ansell <p_...@yahoo.com>


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

Branch: refs/heads/master
Commit: 4d2ae55003645d37590175928105dcc0ebfdc798
Parents: 242b130
Author: Peter Ansell <p_...@yahoo.com>
Authored: Thu Jan 12 10:46:01 2017 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Thu Jan 12 10:46:01 2017 +1100

----------------------------------------------------------------------
 cli/pom.xml  | 2 ++
 core/pom.xml | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/4d2ae550/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index c01f3b7..bc68853 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -171,6 +171,8 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
+      <scope>runtime</scope>
+      <optional>true</optional>
     </dependency>
     <!-- END: Test Dependencies -->
   </dependencies>

http://git-wip-us.apache.org/repos/asf/any23/blob/4d2ae550/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index be0b6ba..13c4a71 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -159,6 +159,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
     </dependency>
     <!-- END: Test Dependencies -->
   </dependencies>