diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 22:15:12 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 22:15:12 -0400 |
commit | bab5ed7d5298d4c5e06d4656a90c45d4959e8026 (patch) | |
tree | 277e9643d9e8a7e7990f5ae2080e13d2d11f8c6a | |
parent | facd289db95f0826fc23bff8e9741c4eab7c3ee3 (diff) |
Changing slf4j-simple dependency from compile to test
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
-rwxr-xr-x | adaptors/sql-resource/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/sql-resource/provider/pom.xml b/adaptors/sql-resource/provider/pom.xml index 1a783cdda..3a212e6fa 100755 --- a/adaptors/sql-resource/provider/pom.xml +++ b/adaptors/sql-resource/provider/pom.xml @@ -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> |