blob: 69d59f0af12913c7142abf7c37e5fcb85643d6fc [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>
Michal Banka4d4190a2021-03-30 08:58:15 +020010 <version>1.8.2-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>
Piotr Jaszczykb1e0ceb2019-05-08 14:52:24 +020022 <module>http-client</module>
wasala7b0c16b2018-11-14 12:07:35 +010023 <module>cbs-client</module>
24 <module>dmaap-client</module>
wasala7b0c16b2018-11-14 12:07:35 +010025 </modules>
26</project>