From: Michael Vorburger Date: Tue, 10 Apr 2018 14:16:22 +0000 (+0200) Subject: bump EclipseLink Moxy JAXB implementation from 2.6.2 to 2.7.1 X-Git-Tag: release/fluorine~38 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d40a0ef257d79fc3a3b21dede57da65ca36e0ab4;p=neutron.git bump EclipseLink Moxy JAXB implementation from 2.6.2 to 2.7.1 This is done (a) in the hope it may help with the weird spurious test failures seen in NEUTRON-159, and (b) because it's generally not a bad idea to bump versions of 3rd-party dependencies in major releases. Issue: NEUTRON-160 Change-Id: I27c44479d0755ae30eb191bff6f275033ff31fe3 Signed-off-by: Michael Vorburger --- diff --git a/features/production/odl-neutron-northbound-api/pom.xml b/features/production/odl-neutron-northbound-api/pom.xml index a38afed2f..ad6dfd84f 100644 --- a/features/production/odl-neutron-northbound-api/pom.xml +++ b/features/production/odl-neutron-northbound-api/pom.xml @@ -46,6 +46,7 @@ northbound-api ${project.version} + @@ -54,5 +55,22 @@ transcriber ${project.version} + + + + org.eclipse.persistence + org.eclipse.persistence.antlr + 2.7.1 + + + org.eclipse.persistence + org.eclipse.persistence.core + 2.7.1 + + + org.eclipse.persistence + org.eclipse.persistence.moxy + 2.7.1 + diff --git a/parent/pom.xml b/parent/pom.xml index 2aaaa9d21..e42c2331f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -44,6 +44,30 @@ pom import + + + + org.eclipse.persistence + org.eclipse.persistence.antlr + 2.7.1 + + + org.eclipse.persistence + org.eclipse.persistence.core + 2.7.1 + + + org.eclipse.persistence + org.eclipse.persistence.moxy + 2.7.1 +