Skip to content

Commit 28f92cf

Browse files
committed
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.
1 parent b9916ab commit 28f92cf

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: java
22
jdk:
3-
- oraclejdk7
4-
- openjdk6
53
- oraclejdk8
64
env:
75
matrix:
86
- PROFILE=ci
9-
- PROFILE=spring4
107
- PROFILE=spring32-next
8+
- PROFILE=spring4
119
- PROFILE=spring4-next
10+
- PROFILE=spring41
11+
- PROFILE=spring41-next
12+
- PROFILE=querydsl-next
13+
sudo: false
1214
cache:
1315
directories:
1416
- $HOME/.m2

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@
128128
<optional>true</optional>
129129
</dependency>
130130

131-
<dependency>
132-
<groupId>org.springframework.data.build</groupId>
133-
<artifactId>spring-data-java8-stub</artifactId>
134-
<version>1.4.4.RELEASE</version>
135-
<scope>provided</scope>
136-
</dependency>
137-
138131
<dependency>
139132
<groupId>javax.el</groupId>
140133
<artifactId>el-api</artifactId>

0 commit comments

Comments
 (0)