blob: de6c4c6760f8351ef2c780f7f30384c8ef1b0bff [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +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 <groupId>org.openecomp.sdc.onboarding</groupId>
7 <artifactId>action-library-rest</artifactId>
8 <name>action-library-rest</name>
9 <version>1.0-SNAPSHOT</version>
10 <packaging>pom</packaging>
11
12 <parent>
13 <groupId>org.openecomp.sdc</groupId>
14 <artifactId>openecomp-sdc-rest-webapp</artifactId>
15 <version>1.0-SNAPSHOT</version>
16 <relativePath>../</relativePath>
17 </parent>
18 <modules>
19 <module>/action-library-rest-services</module>
20 <module>/action-library-rest-types</module>
21 </modules>
22</project>