diff --git a/oce-main/oce-core/pom.xml b/oce-main/oce-core/pom.xml index 111c1fdd2..d24e2f8c2 100644 --- a/oce-main/oce-core/pom.xml +++ b/oce-main/oce-core/pom.xml @@ -60,4 +60,20 @@ commons-lang3 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + diff --git a/oce-main/oce-crypto-aes/pom.xml b/oce-main/oce-crypto-aes/pom.xml index 775f93170..1d61a9d13 100644 --- a/oce-main/oce-crypto-aes/pom.xml +++ b/oce-main/oce-crypto-aes/pom.xml @@ -55,4 +55,20 @@ junit + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + diff --git a/oce-main/oce-crypto-api/pom.xml b/oce-main/oce-crypto-api/pom.xml index c3173e991..804c5e823 100644 --- a/oce-main/oce-crypto-api/pom.xml +++ b/oce-main/oce-crypto-api/pom.xml @@ -1,18 +1,33 @@ - 4.0.0 - - de.sebastianstenzel.oce - oce-main - 0.1.0-SNAPSHOT - - oce-crypto-api - Open Cloud Encryptor cryptographic module API - - - - commons-io - commons-io - - - + 4.0.0 + + de.sebastianstenzel.oce + oce-main + 0.1.0-SNAPSHOT + + oce-crypto-api + Open Cloud Encryptor cryptographic module API + + + + commons-io + commons-io + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + \ No newline at end of file diff --git a/oce-main/oce-ui/pom.xml b/oce-main/oce-ui/pom.xml index 0de6f4400..44634ecf1 100644 --- a/oce-main/oce-ui/pom.xml +++ b/oce-main/oce-ui/pom.xml @@ -49,6 +49,19 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins @@ -64,7 +77,6 @@ ${project.build.directory}/libs compile runtime - javafx @@ -108,36 +120,5 @@ - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.1,) - - copy-dependencies - - - - - - - - - - - - - diff --git a/oce-main/pom.xml b/oce-main/pom.xml index bcb2db965..dc9320023 100644 --- a/oce-main/pom.xml +++ b/oce-main/pom.xml @@ -13,7 +13,6 @@ UTF-8 - 1.8 1.2.16 @@ -97,20 +96,4 @@ oce-ui - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${project.java.version} - ${project.java.version} - - - - - -