summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>