Zlatko Murgoski | 2cf4d3c | 2018-12-13 12:23:30 +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> |
Edyta Krukowska | e6d1314 | 2020-08-31 12:56:55 +0200 | [diff] [blame] | 10 | <version>1.4.3-SNAPSHOT</version> |
Zlatko Murgoski | 2cf4d3c | 2018-12-13 12:23:30 +0100 | [diff] [blame] | 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.dcaegen2.services.sdk.security</groupId> |
| 14 | <artifactId>dcaegen2-services-sdk-security</artifactId> |
Zlatko Murgoski | 2cf4d3c | 2018-12-13 12:23:30 +0100 | [diff] [blame] | 15 | |
| 16 | <name>dcaegen2-services-sdk-security</name> |
| 17 | <description>Common SDK repo for all DCAE Security</description> |
| 18 | <packaging>pom</packaging> |
| 19 | |
| 20 | <modules> |
| 21 | <module>crypt-password</module> |
Jakub Dudycz | 1442bff | 2019-01-30 15:58:36 +0100 | [diff] [blame] | 22 | <module>ssl</module> |
Zlatko Murgoski | 2cf4d3c | 2018-12-13 12:23:30 +0100 | [diff] [blame] | 23 | </modules> |
| 24 | |
Piotr Marcinkiewicz | 4710dd7 | 2020-07-27 16:28:52 +0200 | [diff] [blame] | 25 | </project> |