diff options
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 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> |