blob: f3ee4de5ff1b4258bcffd6a36b621c46d3dbd556 [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>
shrek2000c8a540b2017-09-11 15:45:37 +03006 <dependencies>
7 <dependency>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030010 <version>1.2.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030011 </dependency>
12 </dependencies>
13
14 <parent>
15 <groupId>org.openecomp.sdc</groupId>
16 <artifactId>openecomp-sdc-orchestration-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030017 <version>1.2.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030018 </parent>
19
20 <groupId>org.openecomp.sdc</groupId>
21 <artifactId>openecomp-sdc-orchesrtation-api</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030022 <version>1.2.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030023
24
25</project>