aboutsummaryrefslogtreecommitdiffstats
path: root/vespa_jersey2
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-23 09:43:49 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-23 09:43:49 +0100
commitdc5f608478a1f2a086ca02290e64e1d412cabb31 (patch)
tree884130a8bfd3390b5d31d401cc590e0b8650cbcf /vespa_jersey2
parentf95c86bb12b8e26a2f822076ac1549cfc0184337 (diff)
Workaround for faulty language level detection in IntelliJ
Diffstat (limited to 'vespa_jersey2')
-rw-r--r--vespa_jersey2/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa_jersey2/pom.xml b/vespa_jersey2/pom.xml
index e19b6bde538..61777d745f1 100644
--- a/vespa_jersey2/pom.xml
+++ b/vespa_jersey2/pom.xml
@@ -56,6 +56,11 @@
<build>
<plugins>
<plugin>
+ <!-- Explicit for IntelliJ to detect correct language level from parent -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>