Skip to content

Commit

Permalink
eclipse-leshanGH-1410: Fix github action issue with impsort-maven-plu…
Browse files Browse the repository at this point in the history
…gin.
  • Loading branch information
sbernard31 authored and Warmek committed Mar 28, 2023
1 parent 53fa422 commit 58f5eb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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 58f5eb0

Please sign in to comment.