Changing slf4j-simple dependency from compile to test 60/122560/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 9 Jul 2021 02:15:12 +0000 (22:15 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 9 Jul 2021 12:49:14 +0000 (12:49 +0000)
features.xml for ccsdk-sql-resource is adding sll4f-simple which shouldn't be there

Issue-ID: CCSDK-3368
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I2c24aa10b91300ba9fbdc4e66ffe6e289582a7cf
(cherry picked from commit bab5ed7d5298d4c5e06d4656a90c45d4959e8026)

adaptors/sql-resource/provider/pom.xml

index 25108c4..f806f2a 100755 (executable)
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>