diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-02-28 09:52:16 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-02-28 08:56:26 +0000 |
commit | e4c3640eb7a140351cf804c48ff96ab5a650e1e6 (patch) | |
tree | 0750585b9f3f620805f9e52cbe110c217a4eaa62 /ioam/impl/pom.xml | |
parent | 841b1c32e2905f99b59a885ba0608cb729e51898 (diff) |
HC2VPP-404: migrate all JVPP APIs from vpp to jvpp
in order to switch to the new JVPP we need to update all
JVPP dependencies to new groupId.
Change-Id: Icd8c07f7553a04111cf5a768dfbb26094ff99db8
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'ioam/impl/pom.xml')
-rw-r--r-- | ioam/impl/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index fdbe713ed..42de48abc 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -81,22 +81,22 @@ <artifactId>cfg-init</artifactId> </dependency> <dependency> - <groupId>io.fd.vpp</groupId> + <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-registry</artifactId> <version>${jvpp.version}</version> </dependency> <dependency> - <groupId>io.fd.vpp</groupId> + <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioamtrace</artifactId> <version>${ioam.version}</version> </dependency> <dependency> - <groupId>io.fd.vpp</groupId> + <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioampot</artifactId> <version>${ioam.version}</version> </dependency> <dependency> - <groupId>io.fd.vpp</groupId> + <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioamexport</artifactId> <version>${ioam.version}</version> </dependency> |