diff options
author | DR695H <dr695h@att.com> | 2018-07-10 18:04:11 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2018-07-10 18:26:07 -0400 |
commit | 849ca9b796097c9cd1a45621e314bb4e68136088 (patch) | |
tree | 8f94fe9d49958c532746d21f7332bb2d99707adc /odlparent/pom.xml | |
parent | 082e507c45d46642f7ebca886cc944b07475b25f (diff) |
adding in a client parent pom
this will be used by people to generate clients for yang based
controllers
Change-Id: I08ac6c913affbf0a1049f334a63715edd90cc3e2
Issue-ID: CCSDK-355
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'odlparent/pom.xml')
-rwxr-xr-x | odlparent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odlparent/pom.xml b/odlparent/pom.xml index b4c08917..da1f38fe 100755 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -39,6 +39,7 @@ <module>odlparent</module> <module>odlparent-lite</module> <module>single-feature-parent</module> + <module>client-parent</module> </modules> </project> |