From 651c2b7928af4cd0d903d02701877ade1301069c Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 5 Aug 2009 17:44:54 +0000 Subject: [PATCH] SPR-5970 - Tidy up Maven central POM for spring-webmvc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1695 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.web.servlet/pom.xml | 69 +++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 4 deletions(-) diff --git a/org.springframework.web.servlet/pom.xml b/org.springframework.web.servlet/pom.xml index c9b2bd1f9ad..d3f323a9bc1 100644 --- a/org.springframework.web.servlet/pom.xml +++ b/org.springframework.web.servlet/pom.xml @@ -12,6 +12,22 @@ 3.0.0.BUILD-SNAPSHOT + + + tiger + + 1.5 + + + + stax + stax + 1.2.0 + + + + + rome @@ -71,6 +87,12 @@ jasperreports 2.0.5 true + + + xml-apis + xml-apis + + commons-logging @@ -87,21 +109,27 @@ org.apache.tiles tiles-api - 2.0.5 + 2.1.2 true org.apache.tiles tiles-core - 2.0.5 + 2.1.2 true org.apache.tiles tiles-jsp - 2.0.5 + 2.1.2 true + + rhino + js + 1.7R1 + test + velocity velocity @@ -165,7 +193,7 @@ junit junit - 4.5 + 4.6 test @@ -191,12 +219,32 @@ dom4j 1.6.1 test + + + xml-apis + xml-apis + + jaxen jaxen 1.1.1 test + + + xml-apis + xml-apis + + + xom + xom + + + xerces + xercesImpl + + cglib @@ -218,5 +266,18 @@ provided true + + jfree + jfreechart + 1.0.7 + runtime + true + + + org.codehaus.jackson + jackson-mapper-asl + 1.0.1 + true +