From c4b09e567dbf14e4c181ad2a248faf242ac313b8 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 11 Sep 2017 11:19:51 -0400 Subject: Remove cast to DBResourceManager Remove cast to DBResourceManager, which no longer works after DbLibService is advertised via Aries Blueprint and which is no longer needed after DbLibService interface exposes getConnection() method. Updated version number - seems like an older 0.1.1-SNAPSHOT without DbLibService change is being used, so trying to see if bumping version will help. Change-Id: Ia411d1514bca396cc052f4f16eda6c79e0d13648 Issue-ID: CCSDK-86 Signed-off-by: Dan Timoney --- sliapi/installer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sliapi/installer/pom.xml') diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 24952056..dff580b6 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -4,7 +4,7 @@ sliapi org.onap.ccsdk.sli.core - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT sliapi-installer pom -- cgit 1.2.3-korg