diff --git a/java8/pom.xml b/java8/pom.xml
deleted file mode 100644
index 35726add..00000000
--- a/java8/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
- 4.0.0
- spring-data-java8-stub
-
-
- org.springframework.data.build
- spring-data-build
- 1.5.0.BUILD-SNAPSHOT
-
-
- Spring Data Build - Java 8 Stubs
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.6
- 1.6
-
-
-
-
-
-
diff --git a/java8/src/main/java/java/util/Optional.java b/java8/src/main/java/java/util/Optional.java
deleted file mode 100644
index 087a3456..00000000
--- a/java8/src/main/java/java/util/Optional.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright 2014 the original author or authors.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package java.util;
-
-/**
- * Stub implementation of JDK 8's {@link Optional}.
- *
- * @author Oliver Gierke
- */
-@SuppressWarnings("unused")
-public final class Optional {
-
- private static final Optional> EMPTY = new Optional