blob: 340d51b77cdb3949df8e7b02158d5032ffb7af50 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?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>
6
AviZi280f8012017-06-09 02:39:56 +03007 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>openecomp-sdc-action-api</artifactId>
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-action-lib</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020013 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <dependencies>
17 <dependency>
AviZi280f8012017-06-09 02:39:56 +030018 <groupId>org.openecomp.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020019 <artifactId>openecomp-core-lib</artifactId>
20 <type>pom</type>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
AviZi280f8012017-06-09 02:39:56 +030024 <groupId>org.openecomp.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020025 <artifactId>openecomp-facade-core</artifactId>
26 <version>${project.version}</version>
27 </dependency>
28 <dependency>
AviZi280f8012017-06-09 02:39:56 +030029 <groupId>org.openecomp.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020030 <artifactId>openecomp-nosqldb-core</artifactId>
31 <version>${project.version}</version>
32 </dependency>
33 <dependency>
34 <groupId>org.openecomp.sdc</groupId>
35 <artifactId>openecomp-sdc-versioning-api</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38 <dependency>
39 <groupId>com.fasterxml.jackson.core</groupId>
40 <artifactId>jackson-annotations</artifactId>
AviZi280f8012017-06-09 02:39:56 +030041 <version>${jackson.annotations.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020042 </dependency>
43 </dependencies>
44
AviZi280f8012017-06-09 02:39:56 +030045</project>