aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-07-14 05:21:04 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-07-14 05:26:21 -0700
commit6792fe725faba344e91b58eacac9f11eb9d2303f (patch)
tree28a961978e752c1979018472f916cf71f81a3644 /pom.xml
parent359b4ef030c63a6486f3b0eefd3b3a6379aa20c6 (diff)
[CLAMP-1] Add the oparent to the main pom
This is a trial to use the oparent previously defined for the whole ONAP. Change-Id: Iea2cf3496e24c6427224062429f0d22993332434 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b496d55f..94331f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,12 @@
<version>1.0.0-SNAPSHOT</version>
<name>ONAP CLAMP</name>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>