blob: 6a765e10838bf2a8eaf2725f4a54136637c50e9c [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>
shrek200065f0aa32020-02-02 10:40:15 +020014 <version>1.6.1-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>
AviZi280f8012017-06-09 02:39:56 +030021</project>