diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-06 09:41:59 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-06 16:12:51 -0500 |
commit | 07e80503b6823341c48f6eedee585850b2fffe40 (patch) | |
tree | 928a2ba019517c851d7c7cff624fa7a76a14929a /lcm/provider/pom.xml | |
parent | b348e62904cfa3687d5cbe062e56cf99c0f7fde2 (diff) |
Add missing dependency
Needed to add dependency on new sli-provider-base artifact to clear
compile error in LCM jUnit test case.
Change-Id: Ifc272e47628fd674d860277b80085aee91beb00a
Issue-ID: CCSDK-793
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lcm/provider/pom.xml')
-rwxr-xr-x | lcm/provider/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lcm/provider/pom.xml b/lcm/provider/pom.xml index 3d03c36ce..f383df7f1 100755 --- a/lcm/provider/pom.xml +++ b/lcm/provider/pom.xml @@ -58,7 +58,11 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> </dependency> - + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-provider-base</artifactId> + <version>${ccsdk.sli.core.version}</version> + </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-core-api</artifactId> |