Project

General

Profile

« Previous | Next » 

Revision e1efda1a

Added by Andreas Müller almost 2 years ago

ref #10072 use log4j for slf4j in cdmlib-commons already

View differences:

cdmlib-commons/pom.xml
68 68
        <groupId>org.slf4j</groupId>
69 69
        <artifactId>jcl-over-slf4j</artifactId>
70 70
    </dependency>
71
    <dependency>
72
      <!-- ... and move all logging to log4j -->
73
      <groupId>org.apache.logging.log4j</groupId>
74
      <artifactId>log4j-slf4j-impl</artifactId>
75
    </dependency>
71 76
   
72 77
    <!-- AptView -->
73 78
    <dependency>
cdmlib-model/pom.xml
215 215
<!--        <artifactId>hibernate-validator-cdi</artifactId> -->
216 216
<!--     </dependency> -->
217 217
<!-- end validator -->    
218
    <dependency>
219
      <groupId>org.apache.logging.log4j</groupId>
220
      <artifactId>log4j-slf4j-impl</artifactId>
221
    </dependency>
222 218
    <dependency>
223 219
      <groupId>com.fasterxml.jackson.core</groupId>
224 220
      <artifactId>jackson-annotations</artifactId>

Also available in: Unified diff