From 1aadf401293c232df888ed1b22da01fe1a551021 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Mon, 19 Mar 2018 10:52:26 -0400 Subject: Use sdc client 1.3.0 They changed the namespace from openecomp to onap. Change-Id: I10766500c3e2c0d7bf5994c4318a825e4c0b6a89 Issue-ID: DCAEGEN2-392 Signed-off-by: Michael Hwang --- src/sch/handle.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sch/handle.clj') diff --git a/src/sch/handle.clj b/src/sch/handle.clj index 13201c4..453b586 100644 --- a/src/sch/handle.clj +++ b/src/sch/handle.clj @@ -27,7 +27,7 @@ [sch.parse :refer [generate-dcae-service-type-requests get-service-locations]] ) - (:import (org.openecomp.sdc.utils DistributionStatusEnum)) + (:import (org.onap.sdc.utils DistributionStatusEnum)) (:gen-class)) -- cgit 1.2.3-korg