commit | 28271641007ef4a1a6547cdb9a0657c0c6d5b85f | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Wed Feb 10 16:13:54 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Feb 11 22:54:20 2016 +0000 |
tree | dc2a245e5b67a27ef7881f87dbbc52da0d70b5d4 | |
parent | 3b1eadca542ef910a1669843e4b1d23d499d43e3 [diff] [blame] |
Add basic multicast RIB synchronization over REST Change-Id: I75f22956b6b73427ca657f5ab58330b1417fdf43
diff --git a/pom.xml b/pom.xml index ebd0620..b977c51 100644 --- a/pom.xml +++ b/pom.xml
@@ -63,5 +63,10 @@ <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> </dependency> + <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-client</artifactId> + <version>1.19</version> + </dependency> </dependencies> </project>