From c583486629bb072cf04abd372a56163e86dd0170 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 8 Mar 2008 06:04:25 +0000 Subject: [PATCH] make ognl optional --- spring-binding/.classpath | 6 +++--- spring-binding/ivy.xml | 2 +- spring-binding/pom.xml | 2 +- spring-faces/.classpath | 1 - spring-webflow/.classpath | 2 +- spring-webflow/ivy.xml | 6 +++--- spring-webflow/pom.xml | 9 ++++++++- 7 files changed, 17 insertions(+), 11 deletions(-) diff --git a/spring-binding/.classpath b/spring-binding/.classpath index c8b8a09e..d6225dc7 100644 --- a/spring-binding/.classpath +++ b/spring-binding/.classpath @@ -6,12 +6,12 @@ + + + - - - diff --git a/spring-binding/ivy.xml b/spring-binding/ivy.xml index 070ea934..d6e05210 100644 --- a/spring-binding/ivy.xml +++ b/spring-binding/ivy.xml @@ -12,12 +12,12 @@ - + diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 4cc90a01..1fd844bd 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -41,7 +41,7 @@ javax.el el-api 1.0 - true + provided diff --git a/spring-faces/.classpath b/spring-faces/.classpath index 238f0410..d8828ae9 100644 --- a/spring-faces/.classpath +++ b/spring-faces/.classpath @@ -6,7 +6,6 @@ - diff --git a/spring-webflow/.classpath b/spring-webflow/.classpath index c30ae543..ac4b0064 100644 --- a/spring-webflow/.classpath +++ b/spring-webflow/.classpath @@ -24,7 +24,7 @@ - + diff --git a/spring-webflow/ivy.xml b/spring-webflow/ivy.xml index 1f65762f..bd7d24d5 100644 --- a/spring-webflow/ivy.xml +++ b/spring-webflow/ivy.xml @@ -19,7 +19,6 @@ - @@ -40,7 +38,9 @@ + + diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index b805d103..76e80ac2 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -37,6 +37,12 @@ 1.3.4 true + + javax.el + el-api + 1.0 + provided + javax.persistence persistence-api @@ -48,7 +54,7 @@ portlet-api 1.0 provided - + javax.servlet servlet-api @@ -65,6 +71,7 @@ ognl ognl 2.6.9 + true org.hibernate