From 2c7f7e8e0456b19708ea145fa8092bbd016668dc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 1 Sep 2014 13:43:11 +0200 Subject: [PATCH] DATACMNS-571 - Remove custom build infrastructure for Optional. We now require a JDK to build Spring Data Commons as using the custom Optional type from the Spring Data Build project as it causes the tests to break as Spring 4.1 snapshots load the Optional type to check for it's ability on the classpath which the JVM rejects. --- pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5ff0f6105..dd854e5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -128,13 +128,6 @@ true - - org.springframework.data.build - spring-data-java8-stub - 1.5.0.RC1 - provided - - javax.el el-api @@ -220,7 +213,7 @@ - [1.7,1.9) + [1.8,1.9)