wasala | 7b0c16b | 2018-11-14 12:07:35 +0100 | [diff] [blame] | 1 | <?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 Jaszczyk | 0619d14 | 2019-05-07 07:44:42 +0200 | [diff] [blame] | 10 | <version>1.2.0-SNAPSHOT</version> |
wasala | 7b0c16b | 2018-11-14 12:07:35 +0100 | [diff] [blame] | 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 14 | <artifactId>dcaegen2-services-sdk-rest-services</artifactId> |
wasala | 7b0c16b | 2018-11-14 12:07:35 +0100 | [diff] [blame] | 15 | |
| 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 Jaszczyk | 015668f | 2019-03-25 15:32:42 +0100 | [diff] [blame] | 21 | <module>model</module> |
pwielebs | b9f6585 | 2018-11-20 16:46:32 +0100 | [diff] [blame] | 22 | <module>common-dependency</module> |
Piotr Jaszczyk | b1e0ceb | 2019-05-08 14:52:24 +0200 | [diff] [blame^] | 23 | <module>http-client</module> |
wasala | 7b0c16b | 2018-11-14 12:07:35 +0100 | [diff] [blame] | 24 | <module>aai-client</module> |
| 25 | <module>cbs-client</module> |
| 26 | <module>dmaap-client</module> |
wasala | 7b0c16b | 2018-11-14 12:07:35 +0100 | [diff] [blame] | 27 | </modules> |
| 28 | </project> |