blob: 38d1672ca09d06f30fd4c82691de97b7dd3698e8 [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>
MichaelMorris38812c32023-06-02 10:04:31 +010010 <version>1.13.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030011 </parent>
12
talig8e9c0652017-12-20 14:30:43 +020013 <artifactId>item-rest</artifactId>
14 <packaging>pom</packaging>
15
16
AviZi280f8012017-06-09 02:39:56 +030017 <modules>
talig8e9c0652017-12-20 14:30:43 +020018 <module>item-rest-services</module>
19 <module>item-rest-types</module>
AviZi280f8012017-06-09 02:39:56 +030020 </modules>
talig8e9c0652017-12-20 14:30:43 +020021
22</project>