summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vespa-hadoop/pom.xml1
-rw-r--r--vespa-http-client/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 957253e4b8a..87fa49f7912 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -21,6 +21,7 @@
<pig.version>0.14.0</pig.version>
</properties>
+ <!-- This is a client jar and should be compilable with jdk8 -->
<profiles>
<profile>
<id>jdk11</id>
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index bcb761b2dbb..e3ecf2c0d23 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -14,6 +14,7 @@
<name>${project.artifactId}</name>
<description>Independent external feeding API towards Vespa.</description>
+ <!-- This is a client jar and should be compilable with jdk8 -->
<profiles>
<profile>
<id>jdk11</id>