From 37d6468cc670045ab4ff1ee23315739a429aa5e3 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 21 Sep 2017 16:07:02 -0400 Subject: Install sdnc-core utils as karaf package New utils jar was added in another change, but wasn't bundled as a karaf feature and was not being installed in container. This broke odlsli docker container. This change wraps that util package as a new feature (sdnc-core-utils). Change-Id: Ie8c1d608e2c67aa1635837bc400cec942761c81c Issue-ID: CCSDK-54 Signed-off-by: Dan Timoney --- dblib/provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dblib/provider') diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index ad1cc9d28..6d4d93239 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -58,7 +58,7 @@ org.onap.ccsdk.sli.core - utils + utils-provider ${project.version} -- cgit 1.2.3-korg