From 16caeb9f5837c5ca2a40cd67213a9648e6727989 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 21 Oct 2014 21:51:27 -0400 Subject: [PATCH] Bug 2002: Classpath error when loading neutron northbound api Add the org.eclipse.persistence.antlr to the odl-pseristence feture. There are weird timing issues where if the antlr bundle is not loaded before core and moxy then the classes in antlr cannot be found. Change-Id: I8fd30b5fb215b8a25512deac45e80099c91c539e Signed-off-by: Sam Hague (cherry picked from commit 3ee4966ad2d840a907fae33ff74037d599765742) --- features/base/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/features/base/src/main/resources/features.xml b/features/base/src/main/resources/features.xml index c324f6cea6..d7d8e0ddac 100644 --- a/features/base/src/main/resources/features.xml +++ b/features/base/src/main/resources/features.xml @@ -80,6 +80,7 @@ mvn:eclipselink/javax.persistence/2.0.4.v201112161009 mvn:eclipselink/javax.resource/1.5.0.v200906010428 + mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/2.5.0 mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/2.5.0 mvn:org.eclipse.persistence/org.eclipse.persistence.core/2.5.0 -- 2.36.6