Skip to content

Commit

Permalink
remove todos for impsort in pom (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Sep 15, 2023
1 parent ae8b114 commit a14e3b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,6 @@
<groups>java.,javax.,*</groups>
<removeUnused>true</removeUnused>
</configuration>
<!-- Remove dependencies block once impsort upgraded to 1.8.0 -->
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>sort-java-imports</id>
Expand Down Expand Up @@ -1424,7 +1416,6 @@
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>${dep.impsort.version}</version>
<!--TODO update to latest once we move past JDK11 -->
<configuration>
<groups>emissary,*,java</groups>
<staticGroups>*</staticGroups>
Expand Down

0 comments on commit a14e3b5

Please sign in to comment.