diff options
author | Taka Cho <tc012c@att.com> | 2018-09-06 16:38:21 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-10 15:30:53 +0000 |
commit | b51a315636321718cde5ea759cebcb1b28a06d94 (patch) | |
tree | 7afcf56bebea1ee7e4d31c1ca29441e1f1ce2841 /appc-config/appc-config-params/provider/pom.xml | |
parent | 58d1bddf8148b33e613931f4ec94dd5e591bc7cf (diff) |
remove logback 1.1.2 security issue
under provider, we need to specify logback
artifact to remove the issue
Change-Id: Idb85bac263983447cc4b0d3d8e828371d1c7b2b4
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-config/appc-config-params/provider/pom.xml')
-rw-r--r-- | appc-config/appc-config-params/provider/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index 6501465b7..f9391c6d6 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -50,6 +50,12 @@ <version>3.0.8</version> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-tosca-datatype</artifactId> @@ -59,6 +65,10 @@ <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> </exclusions> </dependency> |