blob: e2259957e59a62590b08ee811ef8263fce45c611 [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +02003 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
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-sdc-translator-api</name>
7 <artifactId>openecomp-sdc-translator-api</artifactId>
8
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-lib</artifactId>
Michael Landod8a0dea2018-06-02 19:23:27 +030013 <version>1.3.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 <relativePath>../..</relativePath>
15 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <dependencies>
18 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030019 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020020 <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>
AviZi280f8012017-06-09 02:39:56 +030029 <groupId>org.openecomp.sdc</groupId>
30 <artifactId>openecomp-sdc-validation-core</artifactId>
31 <version>${project.version}</version>
32 <scope>runtime</scope>
Michael Landof5f13c42017-02-19 12:35:04 +020033 </dependency>
34 <dependency>
AviZi280f8012017-06-09 02:39:56 +030035 <groupId>io.swagger</groupId>
36 <artifactId>swagger-annotations</artifactId>
37 <version>${swagger.version}</version>
38 </dependency>
39 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030040 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020041 <artifactId>openecomp-heat-lib</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030045 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020046 <artifactId>openecomp-tosca-lib</artifactId>
47 <version>${project.version}</version>
48 </dependency>
AviZi280f8012017-06-09 02:39:56 +030049 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053050 <groupId>org.onap.sdc.common</groupId>
51 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030052 <version>${project.version}</version>
AviZi280f8012017-06-09 02:39:56 +030053 <scope>runtime</scope>
AviZi280f8012017-06-09 02:39:56 +030054 </dependency>
55 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053056 <groupId>org.onap.sdc.common</groupId>
57 <artifactId>onap-configuration-management-api</artifactId>
vempo494e4422018-07-18 17:10:01 +030058 <version>${project.version}</version>
AviZi280f8012017-06-09 02:39:56 +030059 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020060 </dependencies>
61
AviZi280f8012017-06-09 02:39:56 +030062</project>