aboutsummaryrefslogtreecommitdiffstats
path: root/src/sch/parse.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/parse.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/parse.clj')
-rw-r--r--src/sch/parse.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sch/parse.clj b/src/sch/parse.clj
index 7ce48e6..668dbf4 100644
--- a/src/sch/parse.clj
+++ b/src/sch/parse.clj
@@ -24,7 +24,7 @@
[sch.asdc-client :refer [construct-service-path]]
[cheshire.core :refer [parse-string]]
)
- (:import (org.openecomp.sdc.utils ArtifactTypeEnum))
+ (:import (org.onap.sdc.utils ArtifactTypeEnum))
(:gen-class))