summaryrefslogtreecommitdiffstats
path: root/messagebus-disc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 15:54:24 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 15:54:24 +0200
commit8df7e4f1fbbba3fcc065948f829b50dcc0f09217 (patch)
tree013d8f8011a61982cdfd0b87c5b51b33fd9db376 /messagebus-disc
parentbdc38d6215af8e4d08fffdd31743bd88d0ecdca3 (diff)
Add workaround for bad IntelliJ import
Diffstat (limited to 'messagebus-disc')
-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>