diff options
author | priyanshu <pagarwal@amdocs.com> | 2018-03-05 15:00:10 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-03-06 13:42:04 +0000 |
commit | e812c4fa9d755f0364304df864bba9fec0f79a12 (patch) | |
tree | fe78615d8b8de7677ed6bc9392867209585939aa /openecomp-be/lib/openecomp-tosca-lib/pom.xml | |
parent | 808b866cb48583e30a02608eef3a0349c8a0509d (diff) |
SDC-TOSCA Parser Integration
SDC Onboarding Tosca Library to call SDC-Tosca Parser
Change-Id: I12c92def4ff8e17431d73b0d39f62d5d79ea6f21
Issue-ID: SDC-1043
Signed-off-by: priyanshu <pagarwal@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-tosca-lib/pom.xml')
-rw-r--r-- | openecomp-be/lib/openecomp-tosca-lib/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-tosca-lib/pom.xml b/openecomp-be/lib/openecomp-tosca-lib/pom.xml index 14b4d7734c..8880c2bd07 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/pom.xml +++ b/openecomp-be/lib/openecomp-tosca-lib/pom.xml @@ -27,6 +27,11 @@ </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> + <artifactId>openecomp-sdc-validation-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-datatypes-lib</artifactId> <version>${project.version}</version> </dependency> @@ -69,6 +74,11 @@ <artifactId>openecomp-configuration-management-api</artifactId> <version>${openecomp.sdc.common.version}</version> </dependency> + <dependency> + <groupId>org.openecomp.sdc.sdc-tosca</groupId> + <artifactId>sdc-tosca</artifactId> + <version>${sdc-tosca-parser.version}</version> + </dependency> </dependencies> <build> <plugins> |