Project

General

Profile

« Previous | Next » 

Revision 57787

Fixing a logging issue

View differences:

pom.xml
32 32
        <dependency>
33 33
            <groupId>log4j</groupId>
34 34
            <artifactId>log4j</artifactId>
35
            <version>(1.2, 1.5]</version>
36
            <scope>runtime</scope>
35
            <version>${log4j.version}</version>
37 36
        </dependency>
38 37

  
39 38
        <dependency>
......
241 240
            <groupId>org.springframework.cloud</groupId>
242 241
            <artifactId>spring-cloud-starter-hystrix</artifactId>
243 242
            <version>1.1.5.RELEASE</version>
243
<!--            <exclusions>-->
244
<!--                <exclusion>-->
245
<!--                    <groupId>org.springframework.boot</groupId>-->
246
<!--                    <artifactId>spring-boot-starter-logging</artifactId>-->
247
<!--                </exclusion>-->
248
<!--            </exclusions>-->
244 249
        </dependency>
245 250

  
246 251
        <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
......
281 286
            <groupId>org.eurocris</groupId>
282 287
            <artifactId>openaire-cris-validator</artifactId>
283 288
            <version>1.0.1-SNAPSHOT</version>
289
<!--            <exclusions>-->
290
<!--                <exclusion>-->
291
<!--                    <groupId>org.apache.logging.log4j</groupId>-->
292
<!--                    <artifactId>log4j-1.2-api</artifactId>-->
293
<!--                </exclusion>-->
294
<!--            </exclusions>-->
284 295
        </dependency>
285 296

  
286 297
        <dependency>

Also available in: Unified diff