blob: 4e001ce2b1b3232f09cc10729eeface965687c20 [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>
shrek2000c8a540b2017-09-11 15:45:37 +030012 </dependencies>
13
14 <parent>
15 <groupId>org.openecomp.sdc</groupId>
16 <artifactId>openecomp-tosca-converter-lib</artifactId>
MichaelMorris84d1ddc2023-09-20 10:08:49 +010017 <version>1.13.5-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030018 </parent>
19
shrek2000c8a540b2017-09-11 15:45:37 +030020 <artifactId>openecomp-tosca-converter-api</artifactId>
shrek2000c8a540b2017-09-11 15:45:37 +030021
shrek2000c8a540b2017-09-11 15:45:37 +030022</project>