Skip to content

Commit afce559

Browse files
committed
Remove unused dependency from Maven integration test
1 parent 6e3a87d commit afce559

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test

1 file changed

+0
-6
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/aot-test/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
<version>@spring-framework.version@</version>
4545
<scope>test</scope>
4646
</dependency>
47-
<dependency>
48-
<groupId>org.springframework.boot</groupId>
49-
<artifactId>spring-boot-test</artifactId>
50-
<version>@project.version@</version>
51-
<scope>test</scope>
52-
</dependency>
5347
<dependency>
5448
<groupId>org.assertj</groupId>
5549
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)