From cc7c64a371916220775fb4460ff8aa9bccea4e85 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 19 Jul 2011 14:04:15 +0000 Subject: [PATCH] Remove unnecessary javax.servlet dependency --- org.springframework.core/.classpath | 1 - org.springframework.core/ivy.xml | 1 - org.springframework.core/pom.xml | 6 ------ 3 files changed, 8 deletions(-) diff --git a/org.springframework.core/.classpath b/org.springframework.core/.classpath index 2fd07db6ff..55672a5fb5 100644 --- a/org.springframework.core/.classpath +++ b/org.springframework.core/.classpath @@ -9,7 +9,6 @@ - diff --git a/org.springframework.core/ivy.xml b/org.springframework.core/ivy.xml index 9c7deacd0b..0538fed5e3 100644 --- a/org.springframework.core/ivy.xml +++ b/org.springframework.core/ivy.xml @@ -31,7 +31,6 @@ - diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml index 4d5e6b2dbd..a760670ec8 100644 --- a/org.springframework.core/pom.xml +++ b/org.springframework.core/pom.xml @@ -44,12 +44,6 @@ aspectjweaver true - - javax.servlet - servlet-api - 2.5 - test - junit junit