Bump to yangtools-2.0.0 and odlparent-3.0.2 09/66509/9
authorTom Pantelis <tompantelis@gmail.com>
Fri, 15 Dec 2017 14:02:04 +0000 (09:02 -0500)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 16 Jan 2018 12:10:00 +0000 (12:10 +0000)
commit468b1719e364d0baadde65a426d1afe09c36b46a
tree0cae1ea2a44954e161836eddbec9611abdf06627
parent4246e2b26c47e8a65c0adf5250cda271da9b71b7
Bump to yangtools-2.0.0 and odlparent-3.0.2

This patch also embeds MOXy inside northbound-api in order to deal
with javax.ws.rs version mismatch between jersey (1.1.x) and jackson
(2.0.1), where MOXy has a revisionless import and hence binding
to jackson version -- preventing it from working with jersey;
see NEUTRON-154 for full background.

Change-Id: I9663ad4df3bae44e9de27ee0c7659cb2e3fa578a
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
23 files changed:
.gitignore
artifacts/pom.xml
features/production/features-neutron/pom.xml
features/production/odl-neutron-hostconfig-ovs/pom.xml
features/production/odl-neutron-hostconfig-vpp/pom.xml
features/production/odl-neutron-logger/pom.xml
features/production/odl-neutron-northbound-api/pom.xml
features/production/odl-neutron-service/pom.xml
features/production/odl-neutron-spi/pom.xml
features/production/odl-neutron-transcriber/pom.xml
features/production/pom.xml
features/test/features-neutron-test/pom.xml
features/test/odl-neutron-logger-test/pom.xml
features/test/pom.xml
integration/test/pom.xml
integration/test/src/test/java/org/opendaylight/neutron/e2etest/ITNeutronE2E.java
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronNetworkTests.java
karaf/pom.xml
neutron-hostconfig/pom.xml
neutron-hostconfig/utils/src/main/java/org/opendaylight/neutron/hostconfig/utils/NeutronHostconfigUtils.java
neutron-hostconfig/vpp/src/main/java/org/opendaylight/neutron/hostconfig/vpp/NeutronHostconfigVppListener.java
northbound-api/pom.xml
parent/pom.xml