summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--authz-client/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 4151ab24..492d7716 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -26,6 +26,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
<!-- No Parent on Purpose!!! -->
<artifactId>authz-client</artifactId>
<name>Authz Client</name>