blob: 9721f089e45f8c33038d66262195e939436334bd [file] [log] [blame]
wasala7b0c16b2018-11-14 12:07:35 +01001<?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
7 <parent>
8 <groupId>org.onap.dcaegen2.services</groupId>
9 <artifactId>sdk</artifactId>
Piotr Jaszczyk0619d142019-05-07 07:44:42 +020010 <version>1.2.0-SNAPSHOT</version>
wasala7b0c16b2018-11-14 12:07:35 +010011 </parent>
12
13 <groupId>org.onap.dcaegen2.services.sdk</groupId>
14 <artifactId>dcaegen2-services-sdk-rest-services</artifactId>
wasala7b0c16b2018-11-14 12:07:35 +010015
16 <name>dcaegen2-services-sdk-rest-services</name>
17 <description>Common SDK repo for all DCAE Services (R4)</description>
18 <packaging>pom</packaging>
19
20 <modules>
Piotr Jaszczyk015668f2019-03-25 15:32:42 +010021 <module>model</module>
pwielebsb9f65852018-11-20 16:46:32 +010022 <module>common-dependency</module>
Piotr Jaszczykb1e0ceb2019-05-08 14:52:24 +020023 <module>http-client</module>
wasala7b0c16b2018-11-14 12:07:35 +010024 <module>aai-client</module>
25 <module>cbs-client</module>
26 <module>dmaap-client</module>
wasala7b0c16b2018-11-14 12:07:35 +010027 </modules>
28</project>