From: Madhu Venugopal Date: Sat, 20 Sep 2014 23:49:54 +0000 (-0700) Subject: Bug 2002 Importing javax.ws.rs.ext explicitly which helps in some cases. X-Git-Tag: release/helium~26^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=96d6d21e0c3b36cc8ef3885de4aef61010d14270 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 --- 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,