X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=infra%2Fminimal-distribution%2Fpom.xml;h=4ada2d703fae0d07866d9a7c182564aeb2df81b2;hb=51b88a708aa648f4787e7fb1ca8addeb1fd0d523;hp=342bcf67017255cf12d6183fc3467a1bf3eac85c;hpb=46589c652a58b1cd56dab268b59d96bc20b5dd1f;p=honeycomb.git diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 342bcf670..4ada2d703 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -18,7 +18,7 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.17.07-SNAPSHOT + 1.18.10-SNAPSHOT ../../common/minimal-distribution-parent @@ -26,7 +26,7 @@ io.fd.honeycomb minimal-distribution ${project.artifactId} - 1.17.07-SNAPSHOT + 1.18.10-SNAPSHOT io.fd.honeycomb.infra.distro.Main @@ -36,14 +36,21 @@ io.fd.honeycomb.infra.distro.data.ConfigAndOperationalPipelineModule, io.fd.honeycomb.infra.distro.data.context.ContextPipelineModule, io.fd.honeycomb.infra.distro.initializer.InitializerPipelineModule, - io.fd.honeycomb.infra.distro.netconf.NetconfModule, - io.fd.honeycomb.infra.distro.netconf.NetconfReadersModule, - io.fd.honeycomb.infra.distro.restconf.RestconfModule, - io.fd.honeycomb.infra.distro.bgp.BgpModule, - io.fd.honeycomb.infra.distro.bgp.BgpExtensionsModule, - io.fd.honeycomb.infra.distro.bgp.BgpReadersModule, - io.fd.honeycomb.infra.distro.bgp.BgpWritersModule, - io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule + io.fd.honeycomb.northbound.CredentialsModule, + io.fd.honeycomb.northbound.netconf.NetconfModule, + io.fd.honeycomb.northbound.netconf.NetconfReadersModule, + io.fd.honeycomb.northbound.restconf.RestconfModule, + io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule, + // io.fd.honeycomb.infra.bgp.BgpModule, + // io.fd.honeycomb.infra.bgp.BgpReadersModule, + // io.fd.honeycomb.infra.bgp.BgpWritersModule, + // io.fd.honeycomb.northbound.bgp.extension.EvpnModule, + // io.fd.honeycomb.northbound.bgp.extension.InetModule, + // io.fd.honeycomb.northbound.bgp.extension.L3VpnV4Module, + // io.fd.honeycomb.northbound.bgp.extension.L3VpnV6Module, + // io.fd.honeycomb.northbound.bgp.extension.LabeledUnicastModule, + // io.fd.honeycomb.northbound.bgp.extension.LinkstateModule, + // io.fd.honeycomb.footprint.FootprintModule @@ -53,186 +60,84 @@ com.google.inject guice - - net.jmob - guice.conf - - - com.google.inject.extensions - guice-multibindings - - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.controller - sal-core-api - - - - org.opendaylight.netconf - sal-rest-connector - - - - org.opendaylight.netconf - netconf-impl - - - org.opendaylight.netconf - netconf-ssh - - - org.opendaylight.netconf - mdsal-netconf-notification - - - org.opendaylight.netconf - mdsal-netconf-monitoring - - - org.opendaylight.netconf - mdsal-netconf-connector - - - org.opendaylight.netconf - ietf-netconf-monitoring - - - org.opendaylight.netconf - ietf-netconf-monitoring-extension - - - - org.opendaylight.bgpcep - bgp-rib-impl - - - - org.powermock - powermock - - - - - org.opendaylight.bgpcep - bgp-openconfig-impl - - - - org.opendaylight.bgpcep - bgp-evpn - - - org.opendaylight.bgpcep - bgp-inet - - - org.opendaylight.bgpcep - bgp-labeled-unicast - - - org.opendaylight.bgpcep - bgp-linkstate - - - org.opendaylight.bgpcep - bgp-l3vpn - - - - org.eclipse.jetty - jetty-server - - - javax.servlet - javax.servlet-api - + - org.eclipse.jetty - jetty-webapp + io.fd.honeycomb + minimal-distribution-core + ${project.version} + + - org.eclipse.jetty - jetty-servlets + io.fd.honeycomb.northbound + common + ${project.version} - com.sun.jersey - jersey-server + io.fd.honeycomb.northbound + restconf + ${project.version} - com.sun.jersey - jersey-core + io.fd.honeycomb.northbound + netconf + ${project.version} - com.sun.jersey - jersey-servlet + io.fd.honeycomb.northbound + bgp + ${project.version} - + - org.osgi - org.osgi.core - compile + io.fd.honeycomb.northbound.bgp + extension-common + ${project.version} - - ${project.groupId} - data-impl + io.fd.honeycomb.northbound.bgp + evpn ${project.version} + - ${project.groupId} - honeycomb-impl + io.fd.honeycomb.northbound.bgp + inet ${project.version} + - ${project.groupId} - notification-impl + io.fd.honeycomb.northbound.bgp + l3-vpn-v4 ${project.version} + - ${project.groupId} - rpc-impl + io.fd.honeycomb.northbound.bgp + l3-vpn-v6 ${project.version} - - com.google.guava - guava + io.fd.honeycomb.northbound.bgp + linkstate + ${project.version} - junit - junit - test - - - com.mashape.unirest - unirest-java - 1.4.9 - test - - - com.jcraft - jsch - 0.1.54 - test - - - org.hamcrest - hamcrest-all - test + io.fd.honeycomb.northbound.bgp + labeled-unicast + ${project.version} + + - org.mockito - mockito-core - test + io.fd.honeycomb.footprint + impl + ${project.version}