diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-03-19 10:52:26 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2018-03-19 10:53:04 -0400 |
commit | 1aadf401293c232df888ed1b22da01fe1a551021 (patch) | |
tree | d1e98c9d2a29208325593c4130687e4a5b7efb5b /project.clj | |
parent | 817693f61d62cc01e13e425cdd6fc4030a69a092 (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 'project.clj')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 90c4776..67a294a 100644 --- a/project.clj +++ b/project.clj @@ -30,7 +30,7 @@ [clj-http/clj-http "3.3.0"] [org.bovinegenius/exploding-fish "0.3.4"] [clj-yaml/clj-yaml "0.4.0"] - [org.openecomp.sdc.sdc-distribution-client/sdc-distribution-client "1.1.0-SNAPSHOT"] + [org.onap.sdc.sdc-distribution-client/sdc-distribution-client "1.3.0"] ] ; TODO: Fill in the onap maven repository info |