Blob Blame History Raw
From 715883e87acb5a080d0591cd78b8b1c65cdda910 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 24 Jan 2012 11:10:12 +0100
Subject: [PATCH 3/8] Change servelt groupId to javax.servlet

---
 pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e4f1b2..691bf8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jetty.url>http://www.eclipse.org/jetty</jetty.url>
     <orbit-servlet-api-version>3.0.0.v201112011016</orbit-servlet-api-version>
+    <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>
+    <servlet.spec.artifactId>servlet-api</servlet.spec.artifactId>
+    <servlet.spec.version>3.0.20100224</servlet.spec.version>
     <build-support-version>1.1</build-support-version>
     <slf4j-version>1.6.1</slf4j-version>
     <jetty-test-policy-version>1.2</jetty-test-policy-version>
-- 
1.7.7.6