Corrected relative path to parent POM
[sdc.git] / openecomp-be / lib / openecomp-item-permissions-lib / openecomp-item-permissions-impl / pom.xml
1 <?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>
9         <version>1.3.0-SNAPSHOT</version>
10     </parent>
11     <artifactId>openecomp-item-permissions-impl</artifactId>
12     <dependencies>
13
14         <dependency>
15             <groupId>org.openecomp.sdc</groupId>
16             <artifactId>openecomp-item-permissions-api</artifactId>
17             <version>${project.version}</version>
18         </dependency>
19         <dependency>
20             <groupId>org.openecomp.sdc</groupId>
21             <artifactId>openecomp-item-permissions-core</artifactId>
22             <version>${project.version}</version>
23             <scope>runtime</scope>
24         </dependency>
25         <dependency>
26             <groupId>org.mockito</groupId>
27             <artifactId>mockito-all</artifactId>
28             <version>${mockito.all.version}</version>
29             <scope>test</scope>
30         </dependency>
31         <dependency>
32             <groupId>org.testng</groupId>
33             <artifactId>testng</artifactId>
34             <scope>test</scope>
35             <version>${testng.version}</version>
36         </dependency>
37     </dependencies>
38 </project>