Blame SOURCES/0001-Fix-servlet-api-dependency.patch

30c923
From 3a7cfc3cf5cadca0e25854ccb85c65f46fd15737 Mon Sep 17 00:00:00 2001
30c923
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
30c923
Date: Wed, 2 Feb 2011 14:17:20 +0100
30c923
Subject: [PATCH 1/2] Fix servlet api dependency
30c923
30c923
---
30c923
 pom.xml |    4 ++--
30c923
 1 files changed, 2 insertions(+), 2 deletions(-)
30c923
30c923
diff --git a/pom.xml b/pom.xml
30c923
index d53eaa9..f45d162 100644
30c923
--- a/pom.xml
30c923
+++ b/pom.xml
30c923
@@ -38,8 +38,8 @@
30c923
       <version>1.4.0</version>
30c923
     </dependency>
30c923
     <dependency>
30c923
-      <groupId>${pom.groupId}</groupId>
30c923
-      <artifactId>javax.servlet</artifactId>
30c923
+      <groupId>javax.servlet</groupId>
30c923
+      <artifactId>servlet-api</artifactId>
30c923
       <version>1.0.0</version>
30c923
     </dependency>
30c923
     <dependency>
30c923
-- 
30c923
1.7.3.5
30c923