blob: 4e524ca276cb0a222b7ab19d59bd74f0c4a5a916 [file] [log] [blame]
shrek2000c8a540b2017-09-11 15:45:37 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <dependencies>
7 <dependency>
amitjai42c920b2018-04-27 13:28:57 +05308 <groupId>org.onap.sdc.common</groupId>
9 <artifactId>onap-tosca-datatype</artifactId>
vempoe9930872018-07-15 16:53:59 +030010 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030011 </dependency>
12 <dependency>
13 <groupId>org.openecomp.sdc.core</groupId>
14 <artifactId>openecomp-tosca-lib</artifactId>
vempoe9930872018-07-15 16:53:59 +030015 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030016 </dependency>
17 <dependency>
18 <groupId>org.openecomp.sdc.core</groupId>
19 <artifactId>openecomp-facade-core</artifactId>
vempoe9930872018-07-15 16:53:59 +030020 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030021 </dependency>
22 </dependencies>
23
24 <parent>
25 <groupId>org.openecomp.sdc</groupId>
26 <artifactId>openecomp-tosca-converter-lib</artifactId>
Michael Lando540a71e2018-11-05 09:48:40 +020027 <version>1.3.3-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030028 </parent>
29
shrek2000c8a540b2017-09-11 15:45:37 +030030 <artifactId>openecomp-tosca-converter-api</artifactId>
shrek2000c8a540b2017-09-11 15:45:37 +030031
shrek2000c8a540b2017-09-11 15:45:37 +030032</project>