Skip to content

Commit 2c7f7e8

Browse files
committed
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.
1 parent 6cc9e33 commit 2c7f7e8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 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.5.0.RC1</version>
135-
<scope>provided</scope>
136-
</dependency>
137-
138131
<dependency>
139132
<groupId>javax.el</groupId>
140133
<artifactId>el-api</artifactId>
@@ -220,7 +213,7 @@
220213
<configuration>
221214
<rules>
222215
<requireJavaVersion>
223-
<version>[1.7,1.9)</version>
216+
<version>[1.8,1.9)</version>
224217
</requireJavaVersion>
225218
</rules>
226219
</configuration>

0 commit comments

Comments
 (0)