aboutsummaryrefslogtreecommitdiffstats
path: root/aai-auth/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r--aai-auth/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml
index 090a7bcd..8fe575b7 100644
--- a/aai-auth/pom.xml
+++ b/aai-auth/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
============LICENSE_START=======================================================
@@ -25,8 +26,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-common</artifactId>
+ <artifactId>aai-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
+ <relativePath>../aai-parent/pom.xml</relativePath>
</parent>
<artifactId>aai-auth</artifactId>
<name>aai-auth</name>
@@ -42,17 +44,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.8.11</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11</version>
</dependency>
</dependencies>