diff options
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/api/pom.xml | 2 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index a9688dd48..4ef78dda2 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -50,7 +50,7 @@ <artifactId>yang-ext</artifactId> </dependency> <dependency> - <groupId>io.fd.honeycomb.v3po</groupId> + <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po-api</artifactId> <version>${project.version}</version> </dependency> diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 776e0fd68..59d907673 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -112,7 +112,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>io.fd.honeycomb.v3po</groupId> + <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po2vpp</artifactId> <version>${project.version}</version> </dependency> |