diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 06:42:49 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 06:42:49 -0700 |
commit | a66fe45218902f7c5039f1f24f7f66efb8ee91a4 (patch) | |
tree | 2c92b6f7900e3f95d0338c0269a62570230246b7 /pom.xml | |
parent | 50b6d18dc3ec284655a6e0e396a55c92c502913e (diff) |
Re-add the oparent in the main pom
The o-parent has been removed previously for testing, now restoring it
Change-Id: I64db72b1ac0f40b60aa6b083c52b28ab9085a763
Issue-ID: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ <version>1.0.1-SNAPSHOT</version> <name>ONAP CLAMP</name> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + <description> This project build the ONAP CLAMP JAR that contains AJSC + CLAMP code. |