Skip to content

Commit

Permalink
Update Maven & plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Aug 2, 2023
1 parent 9f6acdb commit c7b7cc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<artifactId>impsort-maven-plugin</artifactId>
<version>${version.impsort.plugin}</version>
<configuration>
<groups>java.,javax.,org.,io.,com.</groups>
<groups>java.,javax.,jakarta.,org.,io.,com.</groups>
<removeUnused>true</removeUnused>
<staticAfter>true</staticAfter>
</configuration>
Expand All @@ -224,7 +224,6 @@
<licenseSet>
<header>etc/license.txt</header>
<excludes>
<exclude>.sdkmanrc</exclude>
<exclude>LICENSE</exclude>
<exclude>sed/*.sed</exclude>
<exclude>**/*license*.txt</exclude>
Expand Down

0 comments on commit c7b7cc6

Please sign in to comment.