diff options
author | Michael Lando <ml636r@att.com> | 2017-10-25 10:16:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-25 10:16:08 +0000 |
commit | 9964a487590b2dc52fec730e1466224675189219 (patch) | |
tree | 969b26ef05b28a9419459ffed76588fb8b7413db /test-apis-ci/pom.xml | |
parent | 37932a1c374c90338fe39a08ef68e194dfe7c384 (diff) | |
parent | d7cc2df5b0fa4032baa97e47ff5c5e8b6e27938a (diff) |
Merge "update portal url"
Diffstat (limited to 'test-apis-ci/pom.xml')
-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 875888facc..d9c080dd7a 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> |