summaryrefslogtreecommitdiffstats
path: root/messagebus-disc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus-disc/pom.xml')
-rw-r--r--messagebus-disc/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/messagebus-disc/pom.xml b/messagebus-disc/pom.xml
index 78b3a3ca8e8..5df6cc0a03f 100644
--- a/messagebus-disc/pom.xml
+++ b/messagebus-disc/pom.xml
@@ -30,6 +30,11 @@
<extensions>true</extensions>
</plugin>
<plugin>
+ <!-- Only added to make IntelliJ use correct language level -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>