diff options
author | 2017-02-13 17:01:02 +0100 | |
---|---|---|
committer | 2017-02-14 09:30:55 +0100 | |
commit | bdccd390b46bddc22d5c3e6459c473d148442af1 (patch) | |
tree | fbff7ebdaa77aa0077e0486b008243eecbd2840a /dhcp/pom.xml | |
parent | be1ce465c60ccc80abf691c41be13090f2d53a6f (diff) |
DHCP relay support (HC2VPP-71, HC2VPP-72)
Change-Id: Icea50f1444356c0c107dd31dfa47137c9866312e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'dhcp/pom.xml')
-rw-r--r-- | dhcp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp/pom.xml b/dhcp/pom.xml index d6e565265..1d602db37 100644 --- a/dhcp/pom.xml +++ b/dhcp/pom.xml @@ -29,6 +29,7 @@ <modules> <module>dhcp-api</module> + <module>dhcp-impl</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |