diff options
Diffstat (limited to 'vpp-common/minimal-distribution/pom.xml')
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vpp-common/minimal-distribution/pom.xml b/vpp-common/minimal-distribution/pom.xml index 4efe12b54..e80f0eb7e 100644 --- a/vpp-common/minimal-distribution/pom.xml +++ b/vpp-common/minimal-distribution/pom.xml @@ -90,7 +90,12 @@ </dependency> <dependency> <groupId>io.fd.vpp</groupId> - <artifactId>jvpp</artifactId> + <artifactId>jvpp-registry</artifactId> + <version>16.09-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>io.fd.vpp</groupId> + <artifactId>jvpp-core</artifactId> <version>16.09-SNAPSHOT</version> </dependency> <dependency> |