diff --git a/README.md b/README.md
index 20e1e4137..0d4b83dc1 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Multiplatform transparent client-side encryption of your files in the cloud.
- Metadata is stored per-folder, so it's not a SPOF
## Dependencies
-- Java 7 with Java FX 2 enabled or Java 8 beta
+- Java 8
- Maven
## TODO
diff --git a/oce-main/oce-ui/pom.xml b/oce-main/oce-ui/pom.xml
index 60cb463f0..58cc0210a 100644
--- a/oce-main/oce-ui/pom.xml
+++ b/oce-main/oce-ui/pom.xml
@@ -33,32 +33,11 @@
com.fasterxml.jackson.core
jackson-databind
-
-
-
- com.oracle
- javafx
-
-
-
-
-
-
-
-
-
- com.zenjava
- javafx-maven-plugin
- 2.0
-
- ${exec.mainClass}
-
-
org.apache.maven.plugins
diff --git a/oce-main/pom.xml b/oce-main/pom.xml
index 700e5bcbe..a618e9512 100644
--- a/oce-main/pom.xml
+++ b/oce-main/pom.xml
@@ -20,7 +20,7 @@
UTF-8
- 1.7
+ 1.8
1.2.16
@@ -29,12 +29,6 @@
2.4
4.0
3.1
-
-
- 2.2
- /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
- ${jdk.home}/jre/lib/jfxrt.jar
- ${jdk.home}/lib/ant-javafx.jar
@@ -87,15 +81,6 @@
2.3.0
-
-
- com.oracle
- javafx
- ${javafx.version}
- ${javafx.runtime.lib.jar}
- system
-
-
junit
@@ -118,7 +103,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.0
+ 3.1
${project.java.version}
${project.java.version}