blob: a1914ba527d9e590ff12b73330ec674c8f3a87eb [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 Lando5920d2c2018-05-26 20:03:34 +030012 <version>1.3.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>