blob: aae98f76b8e68c36a37572f9d010f171d8aa2b30 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +02001<?xml version="1.0" encoding="UTF-8"?>
Tomasz Golabeka1cbd052019-09-03 13:08:37 +02002<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
4 <modelVersion>4.0.0</modelVersion>
talig8e9c0652017-12-20 14:30:43 +02005
6
Tomasz Golabeka1cbd052019-09-03 13:08:37 +02007 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-item-permissions-lib</artifactId>
shrek200065f0aa32020-02-02 10:40:15 +020010 <version>1.6.1-SNAPSHOT</version>
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020011 </parent>
talig8e9c0652017-12-20 14:30:43 +020012
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020013 <artifactId>openecomp-item-permissions-api</artifactId>
talig8e9c0652017-12-20 14:30:43 +020014
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020015 <dependencies>
talig8e9c0652017-12-20 14:30:43 +020016
17 <dependency>
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020018 <groupId>org.openecomp.sdc.core</groupId>
19 <artifactId>openecomp-nosqldb-core</artifactId>
20 <version>${project.version}</version>
talig8e9c0652017-12-20 14:30:43 +020021 </dependency>
22
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020023 <dependency>
24 <groupId>org.openecomp.sdc.core</groupId>
25 <artifactId>openecomp-facade-api</artifactId>
26 <version>${project.version}</version>
27 </dependency>
talig8e9c0652017-12-20 14:30:43 +020028
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020029 <dependency>
30 <groupId>junit</groupId>
31 <artifactId>junit</artifactId>
32 <version>${junit.version}</version>
33 <scope>test</scope>
34 </dependency>
talig8e9c0652017-12-20 14:30:43 +020035
Tomasz Golabeka1cbd052019-09-03 13:08:37 +020036 </dependencies>
talig8e9c0652017-12-20 14:30:43 +020037
38</project>