summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-hadoop')
-rw-r--r--vespa-hadoop/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index a03d215a6b2..65d06334e62 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>