1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.5.2</version>
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>restapi-call-node</artifactId>
13 <version>0.7.1-SNAPSHOT</version>
14 <packaging>pom</packaging>
16 <name>ccsdk-sli-plugins :: restapi-call-node</name>
17 <description>This is an implementation of DG Execute Node that makes a call to an external REST API</description>
20 <module>provider</module>
21 <module>installer</module>