From 28f92cfa07e71ef246a02470a7be41d504792e26 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 30 Dec 2014 19:30:18 +0100 Subject: [PATCH] DATACMNS-624 - Re-activated Travis builds for spring4, spring41, spring41-next and querydsl-next. Also activated building on the new container infrastructure to use artifact caching. Removed JDK 6 and 7 builds as the build on these VMs will fail due to the Optional stub causing NoClassDefFoundErrors. --- .travis.yml | 8 +++++--- pom.xml | 7 ------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2df82be16..9190c1fcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,16 @@ language: java jdk: - - oraclejdk7 - - openjdk6 - oraclejdk8 env: matrix: - PROFILE=ci - - PROFILE=spring4 - PROFILE=spring32-next + - PROFILE=spring4 - PROFILE=spring4-next + - PROFILE=spring41 + - PROFILE=spring41-next + - PROFILE=querydsl-next +sudo: false cache: directories: - $HOME/.m2 diff --git a/pom.xml b/pom.xml index ea94d540a..b1d4c397b 100644 --- a/pom.xml +++ b/pom.xml @@ -128,13 +128,6 @@ true - - org.springframework.data.build - spring-data-java8-stub - 1.4.4.RELEASE - provided - - javax.el el-api