Merge "Fix vulnerability report"
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Fri, 13 Apr 2018 09:23:53 +0000 (09:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Apr 2018 09:23:53 +0000 (09:23 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -1,7 -1,8 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
  
 -
 -        Copyright (c) 2017 Orange.  All rights reserved.
 +        Copyright (c) 2018 Orange
  
          Licensed under the Apache License, Version 2.0 (the "License");
          you may not use this file except in compliance with the License.
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>ch.qos.logback</groupId>
+                                       <artifactId>logback-classic</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>1.2.3</version>
                </dependency>
  
                <dependency>
                        <plugin>
                             <groupId>org.jacoco</groupId>
                             <artifactId>jacoco-maven-plugin</artifactId>
 -                           <version>0.7.7.201606060606</version>
 +                           <version>0.8.1</version>
                             <configuration>
                                  <dumpOnExit>true</dumpOnExit>
                                  <includes>