This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch maven-4.0.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push: new 9737b9fd85 IT fixes (#11217) 9737b9fd85 is described below commit 9737b9fd85c72c0e816392c848ddbbdf47311012 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Oct 8 16:58:05 2025 +0200 IT fixes (#11217) Changes: * drop creation of test-jar, is unused (but takes a long time) * drop slf4j-simple from deps, maven-logger is here Backport of f7dc39e1ce137cecf6110f095e4672a6f70d063f --- its/core-it-suite/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/its/core-it-suite/pom.xml b/its/core-it-suite/pom.xml index 3d74ea45d1..5fd7927b81 100644 --- a/its/core-it-suite/pom.xml +++ b/its/core-it-suite/pom.xml @@ -535,17 +535,6 @@ under the License. </excludedEnvironmentVariables> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> <profiles> @@ -613,11 +602,6 @@ under the License. <artifactId>slf4j-api</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> <plugins>