summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-09-13 19:23:02 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-13 19:23:02 +0000
commit3305683fc787c38b96393777bf48091ec63f38a0 (patch)
treea84a073b88c169160c7bb924baeb80891bb820ed /test-apis-ci/pom.xml
parent570cd8f3f2b95f2992d6e7b36abb151f20329707 (diff)
parent6cc9a11a09a9b650442bf301eb8fd1aa6cad66bc (diff)
Merge "ComponentBaseTest.java enhancement and"
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r--test-apis-ci/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml
index a86358a2d1..14e1fc3fcd 100644
--- a/test-apis-ci/pom.xml
+++ b/test-apis-ci/pom.xml
@@ -277,10 +277,16 @@
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-tosca-parser</artifactId>
- <version>${sdc-tosca-parser.version}</version>
+ <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>
<scope>compile</scope>
</dependency>
</dependencies>