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

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