summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>2018-04-13 09:23:53 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-13 09:23:53 +0000
commit65352f84525c13c7469ba435b3a0adbc83ae4cfc (patch)
tree67c22fbcc44c3884a7b859f330a502b8fbe02a38
parent4085e0657a3eec163bfeeff82560cb3e542cc178 (diff)
parent33fc4d316d24a028e968a6f28fc2ead595056349 (diff)
Merge "Fix vulnerability report"
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9066b0f..3cdb75b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,18 @@
<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>