diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-23 10:24:22 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-03-23 03:13:25 +0000 |
commit | a00ad2cbb7858479ed698929ec43754bdbf25948 (patch) | |
tree | d6d6fe88c57ff4fc296a93b5bcb1a03bb8d7ac33 | |
parent | b6e4ff577fcbbca210e8c57d477d637c1560191e (diff) |
Remove snapshot dependencies
Issue-ID: MSB-184
Change-Id: I3e0c25a1e6325cd6e3272e5ff9071d220d3faf11
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r-- | apiroute/apiroute-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 630521c..6fa0903 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>org.onap.msb.swagger-sdk</groupId> <artifactId>swagger-sdk</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |