summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 700e20d..cdffced 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,8 @@
<module>license</module>
<module>oparent</module>
<module>oparent-python</module>
+ <module>dependencies</module>
+ <module>dependencies-clm</module>
</modules>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>