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> |
| 10 | <version>1.0.0-SNAPSHOT</version> |
| 11 | <relativePath>../pom.xml</relativePath> |
| 12 | </parent> |
| 13 | |
| 14 | <groupId>org.onap.dcaegen2.services.sdk.security</groupId> |
| 15 | <artifactId>dcaegen2-services-sdk-security</artifactId> |
| 16 | <version>1.0.0-SNAPSHOT</version> |
| 17 | |
| 18 | <name>dcaegen2-services-sdk-security</name> |
| 19 | <description>Common SDK repo for all DCAE Security</description> |
| 20 | <packaging>pom</packaging> |
| 21 | |
| 22 | <modules> |
| 23 | <module>crypt-password</module> |
| 24 | </modules> |
| 25 | |
| 26 | </project> |