aboutsummaryrefslogtreecommitdiffstats
path: root/oparent
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-08-23 13:38:15 -0400
committerGary Wu <gary.i.wu@huawei.com>2018-08-23 13:53:06 -0700
commit3d0fef413c57824f1410a5b7f5fddf5943b909bd (patch)
tree41b55dc2773c243d8685e126135c3545931f1cf8 /oparent
parent3299e5ae951bd07a4c9519153a1e0b1de79181fe (diff)
Add dependencyManagement sections
Add depedencyManagement sub-module that declare dependecies. And we are adding a submodule that declares. Change-Id: I57dd301968cd9dbb55c79ab10df6de0cda6a21a5 Issue-ID: INT-619 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'oparent')
-rw-r--r--oparent/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 4a733b2..2c5c5b0 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -319,6 +319,17 @@
</dependencies>
</profile>
</profiles>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>dependencies</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<build>
<pluginManagement>
<plugins>