diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2016-11-27 12:07:00 +0100 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2016-11-27 12:08:48 +0100 |
commit | 8729bc807367eb10b097e7c9fad2ddf85905994a (patch) | |
tree | 862e17330e217ff74f04c308db34513823a14a0c /nsh/impl/pom.xml | |
parent | f3b25c44e49bb290a30314bea0e6dd21bd4a2b2a (diff) |
Removed references to old v3po plugin
These(maven part) were causing distribution
export old v3po.json file, which would cause
runtime error due to non-existing keepalive-delay
property
Change-Id: Icde6a8187ff7b1424df18521c2de8279fa7ad33b
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |