From afce559050eada3763befabdf21500327966cec1 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 22 Sep 2022 14:07:26 -0700 Subject: [PATCH] Remove unused dependency from Maven integration test --- .../src/intTest/projects/aot-test/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test/pom.xml index 88fb089d9f1..3ceec06d987 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test/pom.xml @@ -44,12 +44,6 @@ @spring-framework.version@ test - - org.springframework.boot - spring-boot-test - @project.version@ - test - org.assertj assertj-core