This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEP-898 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit e2004c5d2d5e8e75f14f036d712a8fc86d8636ae Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Mon Nov 13 19:37:03 2023 +0100 Removed spotless because it's already in maven-plugins v41 --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index e1d38f1e..e00dc8a1 100644 --- a/pom.xml +++ b/pom.xml @@ -364,18 +364,6 @@ under the License. <build> <pluginManagement> <plugins> - <plugin> - <groupId>com.diffplug.spotless</groupId> - <artifactId>spotless-maven-plugin</artifactId> - <configuration> - <java> - <palantirJavaFormat combine.self="override"> - <version>2.38.0</version> - </palantirJavaFormat> - </java> - </configuration> - </plugin> - <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId>