From d333655b0b1e22e0bb253fb5c3dc944b126f2ea7 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 20 Mar 2008 19:43:55 +0000 Subject: [PATCH] Updated to commons logging 1.1.1 to get rid of servlet api dependency in their pom --- core/pom.xml | 2 +- samples/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index db72330976..7b675b1089 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -62,7 +62,7 @@ commons-logging commons-logging - 1.1 + 1.1.1 commons-codec diff --git a/samples/pom.xml b/samples/pom.xml index c9aac44350..d0363c579d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,6 +23,12 @@ + + javax.servlet + servlet-api + 2.4 + provided + jstl jstl