blob: 6e48011eb2eef2c580b1d76a8c89d34a43c7e52d [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"
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-translator-sdk</name>
7 <artifactId>openecomp-sdc-translator-sdk</artifactId>
8
9
10 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030013 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030014 <relativePath>../..</relativePath>
15 </parent>
16
17 <dependencies>
18 <dependency>
19 <groupId>ch.qos.logback</groupId>
20 <artifactId>logback-classic</artifactId>
21 <version>${logback.version}</version>
22 </dependency>
23 <dependency>
24 <groupId>junit</groupId>
25 <artifactId>junit</artifactId>
26 <version>${junit.version}</version>
27 <scope>test</scope>
28 </dependency>
29 <dependency>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>openecomp-sdc-translator-api</artifactId>
32 <version>${project.version}</version>
33 </dependency>
34 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030035 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030036 <artifactId>openecomp-heat-lib</artifactId>
37 <version>${project.version}</version>
38 </dependency>
39 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030040 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030041 <artifactId>openecomp-tosca-lib</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 </dependencies>
45</project>