blob: 71a3b40a3415e2afe8a56b8f4c5ed779abccf548 [file] [log] [blame]
vempo81ad9aa2018-01-09 14:25:08 +02001<?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
7 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-rest-webapp</artifactId>
MichaelMorris2f560dc2022-04-08 08:16:49 +010010 <version>1.11.1-SNAPSHOT</version>
vempo81ad9aa2018-01-09 14:25:08 +020011 </parent>
12
13 <artifactId>togglz-rest</artifactId>
14 <packaging>pom</packaging>
15
16
17 <modules>
18 <module>togglz-rest-types</module>
19 <module>togglz-rest-services</module>
20 </modules>
21
22</project>