blob: 70b6baaa874f9dc539934e02662c457f17a7be2a [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +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>
AviZi280f8012017-06-09 02:39:56 +03006 <groupId>org.openecomp.sdc.onboarding</groupId>
7 <artifactId>validation-rest</artifactId>
8 <name>validation-rest</name>
9 <packaging>pom</packaging>
Michael Landof5f13c42017-02-19 12:35:04 +020010
11 <parent>
12 <groupId>org.openecomp.sdc</groupId>
13 <artifactId>openecomp-sdc-rest-webapp</artifactId>
Michael Lando540a71e2018-11-05 09:48:40 +020014 <version>1.3.3-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>/validation-rest-services</module>
19 <module>/validation-rest-types</module>
20 </modules>
AviZi280f8012017-06-09 02:39:56 +030021</project>