blob: de2fb98c9697680be29116b88ce9aa4b591fee3f [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<?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
AviZi280f8012017-06-09 02:39:56 +03007 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-rest-webapp</artifactId>
ChrisCe407cea2020-10-30 16:44:46 +010010 <version>1.8.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030011 </parent>
12
talig8e9c0652017-12-20 14:30:43 +020013 <artifactId>item-permissions-rest</artifactId>
talig8e9c0652017-12-20 14:30:43 +020014 <packaging>pom</packaging>
15
AviZi280f8012017-06-09 02:39:56 +030016 <modules>
talig8e9c0652017-12-20 14:30:43 +020017 <module>item-permissions-rest-types</module>
18 <module>item-permissions-rest-services</module>
AviZi280f8012017-06-09 02:39:56 +030019 </modules>
talig8e9c0652017-12-20 14:30:43 +020020
21</project>