This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch cpre in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 576d301334d080a19c99cdd33d68a2882d303ded Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Jan 31 18:58:10 2026 -0600 core --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index df841b1..4742eeb 100644 --- a/pom.xml +++ b/pom.xml @@ -143,12 +143,6 @@ under the License. <version>${asmVersion}</version> </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>${mavenVersion}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-impl</artifactId>
