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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 64b71b277b560c7c723b7ed84403bc7daabc91af
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Thu Oct 4 15:34:48 2018 +0200

    ISIS-1976: remove runtime dependency on 'log4j'
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1976
---
 core/runtime/pom.xml | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index a9cd2bc..44f5ad0 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -111,18 +111,12 @@
             <artifactId>slf4j-log4j12</artifactId>
         </dependency>
 
-        <dependency>
-            <!-- because DataNucleus uses log4j as its preferred logger -->
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
-
-        <dependency>
-            <!-- required because resteasy-jaxrs declares as a test dependency 
whereas 
-                 httpclient4 needs it as a compile dependency -->
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
+<!--         <dependency> -->
+<!--             required because resteasy-jaxrs declares as a test dependency 
whereas --> 
+<!--                  httpclient4 needs it as a compile dependency -->
+<!--             <groupId>commons-logging</groupId> -->
+<!--             <artifactId>commons-logging</artifactId> -->
+<!--         </dependency> -->
 
     </dependencies>
 

Reply via email to