blob: 7b6a0afb2eaf5e007aa1952a43f70fe601df85c8 [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>
Michael Lando17873c42018-05-27 09:07:08 +030010 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030011 </parent>
12
talig8e9c0652017-12-20 14:30:43 +020013 <groupId>org.openecomp.sdc</groupId>
14 <artifactId>notifications-rest</artifactId>
15
16 <packaging>pom</packaging>
17
18
AviZi280f8012017-06-09 02:39:56 +030019 <modules>
talig8e9c0652017-12-20 14:30:43 +020020 <module>notifications-rest-types</module>
21 <module>notifications-rest-services</module>
22 </modules>
23
ayalabenc42dd9b2018-05-24 15:36:27 +030024
25 <properties>
26 <jacoco.skip>true</jacoco.skip> <sonar.skip>true</sonar.skip>
27 </properties>
28
talig8e9c0652017-12-20 14:30:43 +020029</project>