summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-11-14 17:01:44 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-11-14 17:01:44 +0000
commit40692ec87600214b6a5a3be6885286867d5393d2 (patch)
treeef899f5c3deb52b97ff1d863c9134617abdaf828 /pom.xml
parenta0234adccf748953c4f884275a7bd6036236263c (diff)
Reduce the number of problems in resources by removing unused imports
- add removeUnusedImports option to spotless - update spotless plugin to latest version Issue-ID: AAI-3596 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I2c4c4b71a9c6b1a719f171194c631a88c70c221e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8a18a4e..adfa691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,12 +75,13 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>1.18.0</version>
+ <version>2.27.2</version>
<configuration>
<java>
<importOrder>
<order>com,java,javax,org</order>
</importOrder>
+ <removeUnusedImports/>
</java>
</configuration>
<!-- https://github.com/diffplug/spotless/tree/master/plugin-maven