diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-11-02 17:55:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-02 17:55:55 +0000 |
commit | 749105bbb39ba5726943d77b42f4f7ad90e58128 (patch) | |
tree | 181af2040b433700d29b6a21db47f92d5705e93d | |
parent | bf5586a18a786767bc84f512bf6e4cafe9ed3ee8 (diff) | |
parent | 6c60c2eed86f974d0097593cb99b4a5ca0ed2c75 (diff) |
Merge "SO docker build issue fix in asdc"
-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 7dd0d82dce..19bdb1a8b8 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.1.34</version> + <version>1.1.32</version> </dependency> |