blob: 06b4ee8fc8f21058e014a2d409e94aee2b41960d [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +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 <parent>
7 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>openecomp-item-permissions-lib</artifactId>
Michael Landod8a0dea2018-06-02 19:23:27 +03009 <version>1.3.0-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020010 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>openecomp-item-permissions-impl</artifactId>
13 <dependencies>
14
15 <dependency>
16 <groupId>org.openecomp.sdc</groupId>
17 <artifactId>openecomp-item-permissions-api</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 <dependency>
21 <groupId>org.openecomp.sdc</groupId>
22 <artifactId>openecomp-item-permissions-core</artifactId>
23 <version>${project.version}</version>
24 <scope>runtime</scope>
25 </dependency>
avigaffaaae39fb2018-06-18 19:56:59 +030026 <dependency>
vempo68945dd2018-07-08 11:29:54 +030027 <groupId>org.mockito</groupId>
28 <artifactId>mockito-all</artifactId>
29 <version>${mockito.all.version}</version>
30 <scope>test</scope>
31 </dependency>
32 <dependency>
avigaffaaae39fb2018-06-18 19:56:59 +030033 <groupId>org.testng</groupId>
34 <artifactId>testng</artifactId>
35 <scope>test</scope>
36 <version>${testng.version}</version>
37 </dependency>
talig8e9c0652017-12-20 14:30:43 +020038 </dependencies>
39</project>