From 6d01c8d58907209587ba0f69d788365a636e07c8 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4728 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 2fd07db6ff0..55672a5fb5f 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 9c7deacd0b5..0538fed5e31 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 4d5e6b2dbda..a760670ec84 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