blob: e3b89e59d4530849a4a63c14464abca6e5fc3d95 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +02001<?xml version="1.0" encoding="UTF-8"?>
vasraza36531c2020-04-29 18:39:35 +01002<project
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
Tomasz Golabeka1cbd052019-09-03 13:08:37 +02004 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
5 <modelVersion>4.0.0</modelVersion>
talig8e9c0652017-12-20 14:30:43 +02006
7
Tomasz Golabeka1cbd052019-09-03 13:08:37 +02008 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>openecomp-item-permissions-lib</artifactId>
Ofir Sonsino09d87892020-03-12 20:52:42 +020011 <version>1.7.0-SNAPSHOT</version>
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020012 </parent>
talig8e9c0652017-12-20 14:30:43 +020013
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020014 <artifactId>openecomp-item-permissions-api</artifactId>
talig8e9c0652017-12-20 14:30:43 +020015
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020016 <dependencies>
talig8e9c0652017-12-20 14:30:43 +020017
18 <dependency>
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020019 <groupId>org.openecomp.sdc.core</groupId>
20 <artifactId>openecomp-nosqldb-core</artifactId>
21 <version>${project.version}</version>
talig8e9c0652017-12-20 14:30:43 +020022 </dependency>
23
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020024 <dependency>
25 <groupId>org.openecomp.sdc.core</groupId>
26 <artifactId>openecomp-facade-api</artifactId>
27 <version>${project.version}</version>
28 </dependency>
talig8e9c0652017-12-20 14:30:43 +020029
30
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020031 </dependencies>
talig8e9c0652017-12-20 14:30:43 +020032
33</project>