summaryrefslogtreecommitdiffstats
path: root/ioam/impl/pom.xml
diff options
context:
space:
mode:
authorSagar Srivastav <sagsriva@cisco.com>2016-11-24 22:17:48 -0800
committerMarek Gradzki <mgradzki@cisco.com>2016-12-14 11:17:46 +0000
commit179623414d44d6d85ced60b0e99a2c47a7e0bbf6 (patch)
tree08f6408c7e80147d4d643fe9392874f8d9ed65cf /ioam/impl/pom.xml
parent480bb5e951a9fe19b4b306d1e27ca74d717394c9 (diff)
HC-256: support for iOAM - Proof Of Transit
Change-Id: Ib4260b9b11dbca7016b7b85763d9186d7add0f53 Signed-off-by: Sagar Srivastav <sagsriva@cisco.com>
Diffstat (limited to 'ioam/impl/pom.xml')
-rw-r--r--ioam/impl/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml
index 85d728c64..95366aa9d 100644
--- a/ioam/impl/pom.xml
+++ b/ioam/impl/pom.xml
@@ -94,6 +94,11 @@
<version>${ioam.version}</version>
</dependency>
<dependency>
+ <groupId>io.fd.vpp</groupId>
+ <artifactId>jvpp-ioam-pot</artifactId>
+ <version>${ioam.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-translate-utils</artifactId>
<version>${project.version}</version>