aboutsummaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test-jars/jersey-resources/pom.xml')
-rw-r--r--container-test-jars/jersey-resources/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test-jars/jersey-resources/pom.xml b/container-test-jars/jersey-resources/pom.xml
index 413f06784e8..cb35be91cfd 100644
--- a/container-test-jars/jersey-resources/pom.xml
+++ b/container-test-jars/jersey-resources/pom.xml
@@ -26,6 +26,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>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>