From 96d6d21e0c3b36cc8ef3885de4aef61010d14270 Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Sat, 20 Sep 2014 16:49:54 -0700 Subject: [PATCH] Bug 2002 Importing javax.ws.rs.ext explicitly which helps in some cases. We still are trying to figure out the root-cause & this failure has been very random in different setups. Change-Id: I38da0e23885c2fc4a39d69048c69459f8ac8fc84 Signed-off-by: Madhu Venugopal --- opendaylight/northbound/networkconfiguration/neutron/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/northbound/networkconfiguration/neutron/pom.xml b/opendaylight/northbound/networkconfiguration/neutron/pom.xml index 728316afab..19bcfe44ec 100644 --- a/opendaylight/northbound/networkconfiguration/neutron/pom.xml +++ b/opendaylight/northbound/networkconfiguration/neutron/pom.xml @@ -66,6 +66,7 @@ org.eclipse.persistence.jaxb.rs, com.sun.jersey.spi.container.servlet, javax.ws.rs, + javax.ws.rs.ext, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, -- 2.36.6