Skip to content

Commit 20c1370

Browse files
committed
Correct the scope of the spring-boot-test-support dependency
Closes gh-8136
1 parent a965614 commit 20c1370

File tree

1 file changed

+5
-4
lines changed
  • spring-boot-tools/spring-boot-configuration-processor

1 file changed

+5
-4
lines changed

spring-boot-tools/spring-boot-configuration-processor/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@
2323
<groupId>com.vaadin.external.google</groupId>
2424
<artifactId>android-json</artifactId>
2525
</dependency>
26-
<dependency>
27-
<groupId>org.springframework.boot</groupId>
28-
<artifactId>spring-boot-test-support</artifactId>
29-
</dependency>
3026
<!-- Test -->
3127
<dependency>
3228
<groupId>org.projectlombok</groupId>
3329
<artifactId>lombok</artifactId>
3430
<scope>test</scope>
3531
</dependency>
32+
<dependency>
33+
<groupId>org.springframework.boot</groupId>
34+
<artifactId>spring-boot-test-support</artifactId>
35+
<scope>test</scope>
36+
</dependency>
3637
</dependencies>
3738
<build>
3839
<plugins>

0 commit comments

Comments
 (0)