summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-29 12:10:25 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-29 12:10:25 +0100
commit0170c79656e65058af991aafcec23a22ce0b5819 (patch)
treed2f619e1b832f7ec614c5a96f042309e34694bad
parentb73c7975b03df17a6f8b449cd7e0dd5c14809914 (diff)
Add explanation
-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>