diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-07-14 05:21:04 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-07-14 05:26:21 -0700 |
commit | 6792fe725faba344e91b58eacac9f11eb9d2303f (patch) | |
tree | 28a961978e752c1979018472f916cf71f81a3644 | |
parent | 359b4ef030c63a6486f3b0eefd3b3a6379aa20c6 (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>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |