X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=transport%2Ftransport-http%2Fpom.xml;h=e211db8eb04d55c5d3ceac6f2863eae86fec1e18;hb=372099153a58b5054969f41dafbf5b353d743695;hp=4eb0dad2fe87eed4e3262c712f641d6d795fa978;hpb=5dfddaad0027a1b23437652c7cc37910686fef70;p=netconf.git diff --git a/transport/transport-http/pom.xml b/transport/transport-http/pom.xml index 4eb0dad2fe..e211db8eb0 100644 --- a/transport/transport-http/pom.xml +++ b/transport/transport-http/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.netconf netconf-parent - 7.0.1 + 7.0.5-SNAPSHOT ../../parent @@ -23,6 +23,37 @@ NETCONF HTTP transport + + + + commons-codec + commons-codec + 1.15 + + + io.netty + netty-buffer + + + io.netty + netty-common + + + io.netty + netty-codec-http + + + io.netty + netty-codec-http2 + + + io.netty + netty-handler + + + io.netty + netty-transport + org.kohsuke.metainf-services metainf-services @@ -39,6 +70,14 @@ org.opendaylight.mdsal.binding.model.ietf rfc6991-ietf-yang-types + + org.opendaylight.netconf + keystore-api + + + org.opendaylight.netconf + transport-api + org.opendaylight.netconf transport-tcp @@ -47,6 +86,10 @@ org.opendaylight.netconf transport-tls + + org.opendaylight.netconf + truststore-api + org.opendaylight.netconf.model draft-ietf-netconf-crypto-types @@ -55,5 +98,16 @@ org.opendaylight.netconf.model rfc8341 + + + org.bouncycastle + bcpkix-jdk18on + test + + + org.bouncycastle + bcprov-jdk18on + test +