This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c421792  unused dependency (#1024)
c421792 is described below

commit c42179212815e6d7e1a3218bfdc0433f190a997a
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jan 31 16:19:15 2026 -0600

    unused dependency (#1024)
---
 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>

Reply via email to