blob: e25573fc56c1b333187e79bf0c77bd8f3a5250ff [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <name>openecomp-sdc-tosca-generator-api</name>
7 <artifactId>openecomp-sdc-tosca-generator-api</artifactId>
8
ayalabendda451b2018-06-05 12:12:22 +03009
Avi Zivb8e2faf2017-07-18 19:45:38 +030010 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-lib</artifactId>
Sonsino, Ofir (os0695)55c536e2019-05-07 18:30:15 +030013 <version>1.5.0-SNAPSHOT</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030014 <relativePath>../..</relativePath>
15 </parent>
16
17 <dependencies>
18 <dependency>
19 <groupId>org.openecomp.sdc.core</groupId>
20 <artifactId>openecomp-facade-core</artifactId>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
24 <groupId>org.openecomp.sdc</groupId>
25 <artifactId>openecomp-sdc-validation-api</artifactId>
26 <version>${project.version}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.openecomp.sdc</groupId>
30 <artifactId>openecomp-sdc-validation-core</artifactId>
31 <version>${project.version}</version>
32 <scope>runtime</scope>
33 </dependency>
34 <dependency>
35 <groupId>io.swagger</groupId>
36 <artifactId>swagger-annotations</artifactId>
Michael Landoe25d4012018-07-15 20:39:45 +030037 <version>${swagger.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030038 </dependency>
39 <dependency>
40 <groupId>org.openecomp.sdc.core</groupId>
41 <artifactId>openecomp-tosca-lib</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053045 <groupId>org.onap.sdc.common</groupId>
46 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030047 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030048 <scope>runtime</scope>
Avi Zivb8e2faf2017-07-18 19:45:38 +030049 </dependency>
50 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053051 <groupId>org.onap.sdc.common</groupId>
52 <artifactId>onap-configuration-management-api</artifactId>
Avi Zivb8e2faf2017-07-18 19:45:38 +030053 <version>${project.version}</version>
54 </dependency>
55 <dependency>
56 <groupId>org.openecomp.sdc</groupId>
57 <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
58 <version>${project.version}</version>
59 </dependency>
60 </dependencies>
61
Avi Ziv61070c92017-07-26 17:37:57 +030062</project>