aboutsummaryrefslogtreecommitdiffstats
path: root/src/sch/core.clj
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-03-19 10:52:26 -0400
committerMichael Hwang <mhwang@research.att.com>2018-03-19 10:53:04 -0400
commit1aadf401293c232df888ed1b22da01fe1a551021 (patch)
treed1e98c9d2a29208325593c4130687e4a5b7efb5b /src/sch/core.clj
parent817693f61d62cc01e13e425cdd6fc4030a69a092 (diff)
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 <mhwang@research.att.com>
Diffstat (limited to 'src/sch/core.clj')
-rw-r--r--src/sch/core.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sch/core.clj b/src/sch/core.clj
index d83d266..a1734fa 100644
--- a/src/sch/core.clj
+++ b/src/sch/core.clj
@@ -30,10 +30,10 @@
[sch.parse :refer [get-dcae-artifact-types pick-out-artifact]]
[sch.util :refer [read-config]]
)
- (:import (org.openecomp.sdc.impl DistributionClientFactory)
- (org.openecomp.sdc.api.consumer IConfiguration INotificationCallback
+ (:import (org.onap.sdc.impl DistributionClientFactory)
+ (org.onap.sdc.api.consumer IConfiguration INotificationCallback
IDistributionStatusMessage)
- (org.openecomp.sdc.utils DistributionActionResultEnum DistributionStatusEnum)
+ (org.onap.sdc.utils DistributionActionResultEnum DistributionStatusEnum)
(com.google.gson Gson)
)
(:gen-class))