From 553a2b182e53365319c62855d2759934d60a7672 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 21 Aug 2014 17:21:20 -0500 Subject: [PATCH] Trial patch to use stock jersey-servlet Change-Id: I69229a768ebb6e40c43c7881083781e5c55cfe3d Signed-off-by: Ed Warnicke --- features/mdsal/pom.xml | 4 ++-- features/mdsal/src/main/resources/features.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index ac6b82b26f..5be0061698 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -123,8 +123,8 @@ jersey-server - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet + com.sun.jersey + jersey-servlet io.netty diff --git a/features/mdsal/src/main/resources/features.xml b/features/mdsal/src/main/resources/features.xml index a3d7ed0f83..cdeed23319 100644 --- a/features/mdsal/src/main/resources/features.xml +++ b/features/mdsal/src/main/resources/features.xml @@ -46,7 +46,7 @@ mvn:com.google.code.gson/gson/${gson.version} mvn:com.sun.jersey/jersey-core/${jersey.version} mvn:com.sun.jersey/jersey-server/${jersey.version} - mvn:org.opendaylight.controller.thirdparty/com.sun.jersey.jersey-servlet/${jersey.version} + mvn:com.sun.jersey/jersey-servlet/${jersey.version} mvn:io.netty/netty-buffer/${netty.version} mvn:io.netty/netty-codec/${netty.version} mvn:io.netty/netty-codec-http/${netty.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 7c05b06654..2f1cd8b925 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -320,12 +320,16 @@ jersey-core ${jersey.version} - com.sun.jersey jersey-server ${jersey.version} + + com.sun.jersey + jersey-servlet + ${jersey-servlet.version} + com.typesafe.akka -- 2.36.6