blob: 4a2f291d435cf8e8d7ae75b14d2eaab5c9cd7885 [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>
MichaelMorris58787cb2021-09-20 09:11:18 +010010 <version>1.9.2-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>