remove logback 1.1.2 security issue 81/65081/2
authorTaka Cho <tc012c@att.com>
Thu, 6 Sep 2018 20:38:21 +0000 (16:38 -0400)
committerPatrick Brady <pb071s@att.com>
Mon, 10 Sep 2018 15:30:53 +0000 (15:30 +0000)
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>
appc-config/appc-config-params/provider/pom.xml

index 6501465..f9391c6 100644 (file)
                         <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>
                                  <groupId>com.datastax.cassandra</groupId>
                                  <artifactId>cassandra-driver-core</artifactId>
                             </exclusion>
+                            <exclusion>
+                                 <groupId>ch.qos.logback</groupId>
+                                 <artifactId>logback-classic</artifactId>
+                            </exclusion>
                         </exclusions>
                </dependency>