diff options
author | Michael Lando <ml636r@att.com> | 2017-10-24 23:10:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-24 23:12:33 +0300 |
commit | aab3eb308ba4bb5cea40fe05a8cccef5ffe7f7c4 (patch) | |
tree | acb31d8e3f975de699bfbd47a45d9e8bc28cc8d5 /test-apis-ci | |
parent | eeec4b98a8a9ddcde80ce0260038d5b9191fc832 (diff) |
update portal url
Change-Id: I4245b0bdb21ac39a7cddc0d4abe830a862d0a061
Issue-Id: SDC-531
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'test-apis-ci')
-rw-r--r-- | test-apis-ci/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index b725073ea7..59dfba0029 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -281,16 +281,10 @@ <artifactId>json</artifactId> <version>20090211</version> </dependency> - <!-- <dependency> - <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> - <artifactId>sdc-tosca-parser</artifactId> - <version>${sdc-tosca-parser.version}</version> - <scope>compile</scope> - </dependency> --> <dependency> <groupId>org.openecomp.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.1.32-SNAPSHOT</version> + <version>${sdc-tosca-parser.version}</version> <scope>compile</scope> </dependency> </dependencies> |