aboutsummaryrefslogtreecommitdiffstats
path: root/src/sch/core.clj
diff options
context:
space:
mode:
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))