Add collaboration feature
[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.2.0-SNAPSHOT</version>
10         <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>
26     </dependencies>
27 </project>