blob: 64087cc6c2189ecce5a38826f7564eb73e24bbf6 [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>action-library-rest</artifactId>
8 <name>action-library-rest</name>
9 <packaging>pom</packaging>
10
Michael Landof5f13c42017-02-19 12:35:04 +020011 <parent>
12 <groupId>org.openecomp.sdc</groupId>
13 <artifactId>openecomp-sdc-rest-webapp</artifactId>
Michael Lando17873c42018-05-27 09:07:08 +030014 <version>1.2.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020015 <relativePath>../</relativePath>
16 </parent>
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>/action-library-rest-services</module>
19 <module>/action-library-rest-types</module>
20 </modules>
ayalabenc42dd9b2018-05-24 15:36:27 +030021
22
23 <properties>
24 <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip>
25 </properties>
AviZi280f8012017-06-09 02:39:56 +030026</project>