This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch xml in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 48c09e897f5d34820969819cc92070937cd07c41 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Jan 31 05:48:21 2026 -0600 unused dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 16c99e5..df841b1 100644 --- a/pom.xml +++ b/pom.xml @@ -161,12 +161,6 @@ under the License. <version>${mavenVersion}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-xml</artifactId> - <version>${mavenVersion}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId>
