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>
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>