X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowjava%2Fopenflow-protocol-impl%2Fpom.xml;h=858a6fa535e0fc89cfe2d0e44dd6ab2ecaae35d6;hb=674bb50091db4628a50c08606f8f8b9f3c8a5e55;hp=d6ff50a8ea05d064b2260660e4704c405f746f5a;hpb=f55df19efa469bedcb85d4b42d59e1ba6e534091;p=openflowplugin.git diff --git a/openflowjava/openflow-protocol-impl/pom.xml b/openflowjava/openflow-protocol-impl/pom.xml index d6ff50a8ea..858a6fa535 100644 --- a/openflowjava/openflow-protocol-impl/pom.xml +++ b/openflowjava/openflow-protocol-impl/pom.xml @@ -102,7 +102,6 @@ org.opendaylight.infrautils infrautils-util - ${infrautils.version} com.google.guava @@ -111,7 +110,6 @@ org.opendaylight.infrautils diagstatus-api - ${infrautils.version} io.netty @@ -119,5 +117,38 @@ linux-x86_64 + + org.apache.httpcomponents + httpclient + ${httpclient.version} + compile + + + org.opendaylight.infrautils + diagstatus-impl + 1.7.0-SNAPSHOT + compile + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + compile + + + com.google.code.gson + gson + ${gson.version} + + + commons-codec + commons-codec + ${commons.codec.version} + + + javax.xml.bind + jaxb-api + 2.3.0 +