From 294d91b98912e26bb7372d74c59f95774a4df251 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 22 Jun 2011 17:23:46 +0000 Subject: [PATCH] WW-3653 - uses the latest OGNL version to allow passing tests on JDK5 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1138558 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7d69a3de4..788ba741c 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ ${project.version} 3.0.5.RELEASE - 3.0.1 + 3.0.2 3.1 2.0.6 @@ -390,9 +390,9 @@ - ognl - ognl - ${ognl.version} + org.apache.commons + commons-ognl + 4.0-incubating-SNAPSHOT asm @@ -702,4 +702,17 @@ + + + + apache-snapshot + https://repository.apache.org/content/repositories/snapshots/ + + true + + + false + + +