From 476b23d786879ac9cf767136d84da4d9181b395f Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Wed, 18 Feb 2015 13:09:42 +0000 Subject: [PATCH] Remove servlet api dep from rest module This is not required. Builds fine and tests pass without this dep. --- activemq-rest/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/activemq-rest/pom.xml b/activemq-rest/pom.xml index 2adc4fd369..2ff1d9f7a3 100644 --- a/activemq-rest/pom.xml +++ b/activemq-rest/pom.xml @@ -97,11 +97,6 @@ junit junit - - javax.servlet - servlet-api - 2.5 -