aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jaxrs_utils/pom.xml')
-rw-r--r--jaxrs_utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jaxrs_utils/pom.xml b/jaxrs_utils/pom.xml
index a75182b0966..9ad85588daa 100644
--- a/jaxrs_utils/pom.xml
+++ b/jaxrs_utils/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>
<extensions>true</extensions>