Project

General

Profile

« Previous | Next » 

Revision b5f21afa

Added by Andreas Müller almost 2 years ago

ref #10072, ref #9359, ref #10095 replace commons-logging by jcl-over-slf4j and adapt some loggers to log4j

View differences:

cdmlib-test/pom.xml
100 100
        <groupId>org.unitils</groupId>
101 101
        <artifactId>unitils-core</artifactId>
102 102
        <scope>compile</scope>
103
        <exclusions>
104
          <exclusion>
105
            <!-- we use jcl-over-slf4j instead (see below) -->
106
            <groupId>commons-logging</groupId>
107
            <artifactId>commons-logging</artifactId>
108
          </exclusion>
109
        </exclusions>
103 110
    </dependency>
111
    <dependency>
112
        <!-- use as replacement for above commons-logging (https://www.slf4j.org/legacy.html) --> 
113
        <groupId>org.slf4j</groupId>
114
        <artifactId>jcl-over-slf4j</artifactId>
115
    </dependency>
116
    
104 117
    <dependency>
105 118
      <groupId>org.unitils</groupId>
106 119
      <artifactId>unitils-database</artifactId>

Also available in: Unified diff