Skip to content

Commit

Permalink
GH-1410: Fix github action issue with impsort-maven-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 6, 2023
1 parent 8f0db24 commit b8d817b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -429,6 +429,15 @@ Contributors:
<artifactId>impsort-maven-plugin</artifactId>
<!-- stuck to 1.6.x for java8 compatibility -->
<version>1.6.2</version>
<dependencies>
<!-- Needed because of maven 3.9.0 backward compatibility issue,
See : https://github.com/eclipse/leshan/issues/1410 -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
Expand Down

0 comments on commit b8d817b

Please sign in to comment.