aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-hadoop/pom.xml')
-rw-r--r--vespa-hadoop/pom.xml24
1 files changed, 1 insertions, 23 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index a03d215a6b2..60e3aff01cb 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -23,28 +23,6 @@
<maven.compiler.release>8</maven.compiler.release>
</properties>
- <!-- This is a client jar and should be compilable with jdk8 -->
- <profiles>
- <profile>
- <id>jdk11</id>
- <activation>
- <jdk>11</jdk>
- </activation>
- <properties>
- <java.version>11</java.version>
- </properties>
- </profile>
- <profile>
- <id>jdk1.8</id>
- <activation>
- <jdk>1.8</jdk>
- </activation>
- <properties>
- <java.version>8</java.version>
- </properties>
- </profile>
- </profiles>
-
<dependencies>
<!-- Hadoop dependencies -->
<dependency>
@@ -211,7 +189,7 @@
<jdkToolchain>
<version>${java.version}</version>
</jdkToolchain>
- <release>${java.version}</release>
+ <release>${maven.compiler.release}</release>
</configuration>
</plugin>
</plugins>