diff options
Diffstat (limited to 'dhcp/pom.xml')
-rw-r--r-- | dhcp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp/pom.xml b/dhcp/pom.xml index 1d602db37..79d4d6587 100644 --- a/dhcp/pom.xml +++ b/dhcp/pom.xml @@ -17,8 +17,8 @@ <groupId>io.fd.hc2vpp.dhcp</groupId> <parent> - <artifactId>hc2vpp-aggregator</artifactId> - <groupId>io.fd.hc2vpp</groupId> + <groupId>io.fd.honeycomb.common</groupId> + <artifactId>honeycomb-parent</artifactId> <version>1.17.04-SNAPSHOT</version> </parent> <artifactId>dhcp-aggregator</artifactId> |