Project

General

Profile

« Previous | Next » 

Revision b5f21afa

Added by Andreas Müller 8 months ago

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

View differences:

cdmlib-remote/pom.xml
89 89
          <groupId>org.springframework</groupId>
90 90
          <artifactId>spring-mock</artifactId>
91 91
        </exclusion>
92
         <exclusion>
92
        <exclusion>
93 93
          <groupId>log4j</groupId>
94 94
          <artifactId>log4j</artifactId>
95 95
        </exclusion>
96
        <exclusion>
97
          <groupId>commons-logging</groupId>
98
          <artifactId>commons-logging</artifactId>
99
        </exclusion>
96 100
      </exclusions>
97 101
    </dependency>
98 102
    <dependency>

Also available in: Unified diff