blob: 52d4c88b414b77a0a30e6a8ea0913ab638cf1dd9 [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-model-impl</name>
7 <artifactId>openecomp-sdc-model-impl</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 Lando5920d2c2018-05-26 20:03:34 +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>
amitjai42c920b2018-04-27 13:28:57 +053019 <groupId>org.onap.sdc.common</groupId>
20 <artifactId>onap-tosca-datatype</artifactId>
Avi Zivb8e2faf2017-07-18 19:45:38 +030021 <version>${openecomp.sdc.common.version}</version>
22 </dependency>
23 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020024 <groupId>ch.qos.logback</groupId>
25 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030026 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020027 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020028 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030029 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020030 <artifactId>openecomp-utilities-lib</artifactId>
31 <version>${project.version}</version>
32 </dependency>
33 <dependency>
34 <groupId>org.openecomp.sdc</groupId>
35 <artifactId>openecomp-sdc-model-core</artifactId>
36 <version>${project.version}</version>
37 </dependency>
AviZi280f8012017-06-09 02:39:56 +030038 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030039 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030040 <artifactId>openecomp-zusammen-api</artifactId>
41 <version>${project.version}</version>
42 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020043 <dependency>
44 <groupId>org.openecomp.sdc</groupId>
45 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.mockito</groupId>
50 <artifactId>mockito-all</artifactId>
51 <scope>test</scope>
AviZi280f8012017-06-09 02:39:56 +030052 <version>${mockito.all.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020053 </dependency>
Avi Zivb8e2faf2017-07-18 19:45:38 +030054 <dependency>
55 <groupId>commons-io</groupId>
56 <artifactId>commons-io</artifactId>
57 <version>2.5</version>
58 </dependency>
shrek2000c8a540b2017-09-11 15:45:37 +030059 <dependency>
60 <groupId>org.openecomp.sdc</groupId>
61 <artifactId>openecomp-tosca-converter-api</artifactId>
Michael Lando5920d2c2018-05-26 20:03:34 +030062 <version>1.3.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030063 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020064 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030065</project>