summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/pom.xml
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-03-08 14:01:34 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-03-09 07:09:36 +0000
commitbf1d5db448edc1ae352960f14bca9ccb41612186 (patch)
treecdf6f5feebf650050bde23ffe7a9a2f8d6389a94 /routing/routing-impl/pom.xml
parent6532b1524bb841cac2b559415b85ac6e9d2ff934 (diff)
HC2VPP-7 - split vpp-classifiers to separate module
Split vpp-classifiers and vpp-classifiers acls' to separate modules. Contains TODO's for future change of dependencies Change-Id: I94f92ce2ec8960c67bd406f085f2fe928079ee23 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'routing/routing-impl/pom.xml')
-rw-r--r--routing/routing-impl/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml
index b67fc4f71..88120868f 100644
--- a/routing/routing-impl/pom.xml
+++ b/routing/routing-impl/pom.xml
@@ -105,8 +105,8 @@
</dependency>
<!-- Because of use of VppClassifierContext -->
<dependency>
- <groupId>io.fd.hc2vpp.v3po</groupId>
- <artifactId>v3po2vpp</artifactId>
+ <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
+ <artifactId>vpp-classifier-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>