blob: c14842d653f00e1395777ae1f868b1ea84a7397f [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<?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
7 <artifactId>openecomp-sdc-activity-log-api</artifactId>
8
9 <parent>
10 <groupId>org.openecomp.sdc</groupId>
11 <artifactId>openecomp-sdc-activity-log-lib</artifactId>
Michael Lando5920d2c2018-05-26 20:03:34 +030012 <version>1.3.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030013 </parent>
14
15 <dependencies>
16 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030017 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030018 <artifactId>openecomp-facade-core</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030022 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030023 <artifactId>openecomp-nosqldb-api</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 <dependency>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>openecomp-sdc-versioning-api</artifactId>
29 <version>${project.version}</version>
30 </dependency>
31 </dependencies>
32
33
34</project>