aboutsummaryrefslogtreecommitdiffstats
path: root/security/pom.xml
diff options
context:
space:
mode:
authorZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-13 12:23:30 +0100
committerZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-13 13:29:13 +0100
commit2cf4d3c25895df964e3767ebd78ad75f1bb74619 (patch)
tree8619d167aa84c0a52e8b2dbf873f603c08ddf989 /security/pom.xml
parent445e345948ebd64c68a3944c5bfd64528340b781 (diff)
Tool for password cryptography
Tool for password cryptography Change-Id: I7713c8568a00409e282c250eefe4047458d3edac Issue-ID: DCAEGEN2-1020 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'security/pom.xml')
-rw-r--r--security/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/pom.xml b/security/pom.xml
new file mode 100644
index 00000000..66b7a0ff
--- /dev/null
+++ b/security/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.dcaegen2.services</groupId>
+ <artifactId>sdk</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.onap.dcaegen2.services.sdk.security</groupId>
+ <artifactId>dcaegen2-services-sdk-security</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+
+ <name>dcaegen2-services-sdk-security</name>
+ <description>Common SDK repo for all DCAE Security</description>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>crypt-password</module>
+ </modules>
+
+</project> \ No newline at end of file