blob: 7ca03e443197401a905c16fb718bd3cd484a3c82 [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 Lando0ad3c802017-09-19 16:32:59 +030013 <version>1.2.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </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-core-lib</artifactId>
20 <type>pom</type>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030024 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020025 <artifactId>openecomp-facade-core</artifactId>
26 <version>${project.version}</version>
27 </dependency>
28 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030029 <groupId>org.openecomp.sdc.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>