summaryrefslogtreecommitdiffstats
path: root/misc/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-27 18:45:37 +0000
committerSai Gandham <sg481n@att.com>2018-03-27 19:08:19 +0000
commit20c4a4ad243780161e9f9017ca1a871812da4e89 (patch)
tree0521f5de7b3743a6568d817f7577b037a0403dcd /misc/pom.xml
parent2caf7349e01426748a712540125fcf31a96028ed (diff)
Add oparent to cadi & misc in authz
oparent added to cadi & misc parent pomn files Issue-ID: AAF-197 Change-Id: I08690532b21b3492c1b58ce63a29e3cd55867b5a Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc/pom.xml')
-rw-r--r--misc/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/pom.xml b/misc/pom.xml
index 35a49d3f..c346efef 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -28,7 +28,11 @@
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.1.0</version>
+ </parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>