diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2018-04-13 09:23:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-13 09:23:53 +0000 |
commit | 65352f84525c13c7469ba435b3a0adbc83ae4cfc (patch) | |
tree | 67c22fbcc44c3884a7b859f330a502b8fbe02a38 /pom.xml | |
parent | 4085e0657a3eec163bfeeff82560cb3e542cc178 (diff) | |
parent | 33fc4d316d24a028e968a6f28fc2ead595056349 (diff) |
Merge "Fix vulnerability report"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |