blob: 890cdeb20afcf9a6fe8e04314f83c42276bc4530 [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-enrichment-api</name>
7 <artifactId>openecomp-sdc-enrichment-api</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +02008
9 <parent>
10 <groupId>org.openecomp.sdc</groupId>
11 <artifactId>openecomp-sdc-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030012 <version>1.2.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 <relativePath>../..</relativePath>
14 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <dependencies>
17 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030018 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020019 <artifactId>openecomp-facade-core</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020023 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 <dependency>
28 <groupId>ch.qos.logback</groupId>
29 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030030 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020031 </dependency>
32 <dependency>
33 <groupId>org.openecomp.sdc</groupId>
34 <artifactId>openecomp-sdc-versioning-api</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 </dependencies>
38
AviZi280f8012017-06-09 02:39:56 +030039</project>