From: Madhu Venugopal Date: Sun, 14 Sep 2014 05:12:27 +0000 (-0700) Subject: Bug 1861 - Adding the missing moxy related bundles to the NSF feature that resulted... X-Git-Tag: release/helium~80^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=34ee2b92cd19959b0e3c70e98720bf9144097ea4 Bug 1861 - Adding the missing moxy related bundles to the NSF feature that resulted in Neutron Northbound API failures Change-Id: I8a8947234aab013ff2bcf2e9ae74f2635f2298ac Signed-off-by: Madhu Venugopal --- diff --git a/features/nsf/pom.xml b/features/nsf/pom.xml index 875ca2ca61..e677d491bc 100644 --- a/features/nsf/pom.xml +++ b/features/nsf/pom.xml @@ -264,6 +264,18 @@ org.opendaylight.controller.thirdparty net.sf.jung2 + + org.eclipse.persistence + org.eclipse.persistence.antlr + + + org.eclipse.persistence + org.eclipse.persistence.core + + + org.eclipse.persistence + org.eclipse.persistence.moxy + diff --git a/features/nsf/src/main/resources/features.xml b/features/nsf/src/main/resources/features.xml index 8dc51f1644..e8f7bc1e5c 100644 --- a/features/nsf/src/main/resources/features.xml +++ b/features/nsf/src/main/resources/features.xml @@ -67,6 +67,9 @@ mvn:org.opendaylight.controller/flowprogrammer.northbound/${flowprogrammer.northbound.version} mvn:org.opendaylight.controller/hosttracker.northbound/${hosttracker.northbound.version} mvn:org.opendaylight.controller/networkconfig.bridgedomain.northbound/${networkconfig.bridgedomain.northbound.version} + mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/${eclipse.persistence.version} + mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version} + mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version} mvn:org.opendaylight.controller/networkconfig.neutron.northbound/${networkconfig.neutron.northbound.version} mvn:org.opendaylight.controller/forwarding.staticrouting.northbound/${forwarding.staticrouting.northbound.version} mvn:org.opendaylight.controller/statistics.northbound/${statistics.northbound.version}