diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-06-27 08:59:30 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-06-27 09:00:54 -0400 |
commit | 5c58eeca5ffd8b080b9af7619a903eb0acff3a0d (patch) | |
tree | 9565e1eaf5c4cdff58826bfda8db4eda0d12ddc0 | |
parent | b41e27a42dfb9ea2bc9ea4d8c6d83de36f0d5064 (diff) |
Changed dependency back to 1.3.0
sdc-distribution-client changed back to 1.3.0
Change-Id: I53fd206c16bdb9c22976b6b671784841923b5295
Issue-ID: SO-2078
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
-rw-r--r-- | asdc-controller/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index a839111eb2..60c517d944 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -202,7 +202,7 @@ <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.4.0</version> + <version>1.3.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |