Skip to content

Commit

Permalink
Add workaround for bad IntelliJ import
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs committed Sep 21, 2020
1 parent bdc38d6 commit 8df7e4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions messagebus-disc/pom.xml
Expand Up @@ -29,6 +29,11 @@
<artifactId>bundle-plugin</artifactId>
<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>
Expand Down
5 changes: 5 additions & 0 deletions model-evaluation/pom.xml
Expand Up @@ -96,6 +96,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
<plugin>
<!-- Only added to make IntelliJ use correct language level -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8df7e4f

Please sign in to comment.