summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-09-13 11:57:01 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-09-13 11:57:25 -0400
commita2c2ad9eb342a0df5c28c8793a8610335a064a1f (patch)
tree203261a7c249c9f9d2db3a6465d0666b7cc39819 /pom.xml
parentf90ea27dbd53b3c378d374997894a86457c69443 (diff)
Sonar fixes for camel and guava
Issue-ID: AAI-1583 Change-Id: I440646a053fa1fd9bc9f879e27636ff7a514543a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 45466fc..6f7dde8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,13 @@
<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.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.0</version>
+ </parent>
+
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
<version>1.3.0-SNAPSHOT</version>