summaryrefslogtreecommitdiffstats
path: root/cadi/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-27 18:05:26 +0000
committerSai Gandham <sg481n@att.com>2018-03-27 18:05:32 +0000
commit6d8487a5cb4dd0970c9a0f8ba001c74356e13d9c (patch)
tree75f5d3f3e38b1c5578879240b2ac6cdfd7d36c0c /cadi/pom.xml
parent6034c49491fcd58013f73f0bd0afcd6f85eb3404 (diff)
Modify deploy plugin for authz
Issue-ID: AAF-197 Change-Id: Ic42b462ee01cae61280208f523137c4f21f05bf2 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/pom.xml')
-rw-r--r--cadi/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 133ee67d..1fda3930 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -31,6 +31,13 @@
</organization>
<packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.1.0</version>
+ </parent>
+
<properties>
<skipSigning>true</skipSigning>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>