blob: a2038a212e012f61ad1009c798f0e9328ac0fafd [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5
6
7 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-lib</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../..</relativePath>
12 </parent>
13
14 <name>openecomp-sdc-enrichment-api</name>
15 <artifactId>openecomp-sdc-enrichment-api</artifactId>
16
17
18 <dependencies>
19 <dependency>
20 <groupId>org.openecomp.core</groupId>
21 <artifactId>openecomp-facade-core</artifactId>
22 <version>${project.version}</version>
23 </dependency>
24 <dependency>
25 <groupId>io.swagger</groupId>
26 <artifactId>swagger-annotations</artifactId>
27 <version>1.5.3</version>
28 </dependency>
29 <dependency>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
32 <version>${project.version}</version>
33 </dependency>
34 <dependency>
35 <groupId>ch.qos.logback</groupId>
36 <artifactId>logback-classic</artifactId>
37 <version>1.1.2</version>
38 </dependency>
39 <dependency>
40 <groupId>org.openecomp.sdc</groupId>
41 <artifactId>openecomp-sdc-versioning-api</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 </dependencies>
45
46</project>