diff options
Diffstat (limited to 'lisp/lisp2vpp/pom.xml')
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index b7c4c4903..f9a366147 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -33,6 +33,7 @@ <properties> <project.vpp.groupId>io.fd.hc2vpp.common</project.vpp.groupId> <project.honeycomb.groupId>io.fd.honeycomb</project.honeycomb.groupId> + <ipaddress.version>2.0.0</ipaddress.version> </properties> <dependencies> @@ -80,6 +81,13 @@ <artifactId>guice-multibindings</artifactId> </dependency> + <!-- Prefix optimization --> + <dependency> + <groupId>com.github.seancfoley</groupId> + <artifactId>ipaddress</artifactId> + <version>${ipaddress.version}</version> + </dependency> + <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> |