blob: db47bf422714bcd57ed0010229eed1e76faa3bdd [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>
MichaelMorris53aed702021-09-28 16:08:53 +010010 <version>1.10.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>