diff options
Diffstat (limited to 'src/sch/parse.clj')
-rw-r--r-- | src/sch/parse.clj | 2 |
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)) |