aboutsummaryrefslogtreecommitdiffstats
path: root/container-jersey2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-jersey2/pom.xml')
-rw-r--r--container-jersey2/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index ee2c0f0cfab..231e9dd4a0e 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -71,6 +71,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
+ <plugin>
+ <!-- Explicit for IntelliJ to detect correct language level from parent -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>