blob: c25e1656ba26e8ec212acb7062ecff7552b7787e [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 Landoebd7c8f2017-03-15 20:38:00 +020012 <version>1.1.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>
23 <groupId>io.swagger</groupId>
24 <artifactId>swagger-annotations</artifactId>
AviZi280f8012017-06-09 02:39:56 +030025 <version>${swagger.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020026 </dependency>
27 <dependency>
28 <groupId>org.openecomp.sdc</groupId>
29 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
33 <groupId>ch.qos.logback</groupId>
34 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030035 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020036 </dependency>
37 <dependency>
38 <groupId>org.openecomp.sdc</groupId>
39 <artifactId>openecomp-sdc-versioning-api</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42 </dependencies>
43
AviZi280f8012017-06-09 02:39:56 +030044</project>