We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965614 commit 20c1370Copy full SHA for 20c1370
spring-boot-tools/spring-boot-configuration-processor/pom.xml
@@ -23,16 +23,17 @@
23
<groupId>com.vaadin.external.google</groupId>
24
<artifactId>android-json</artifactId>
25
</dependency>
26
- <dependency>
27
- <groupId>org.springframework.boot</groupId>
28
- <artifactId>spring-boot-test-support</artifactId>
29
- </dependency>
30
<!-- Test -->
31
<dependency>
32
<groupId>org.projectlombok</groupId>
33
<artifactId>lombok</artifactId>
34
<scope>test</scope>
35
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-test-support</artifactId>
+ <scope>test</scope>
36
+ </dependency>
37
</dependencies>
38
<build>
39
<plugins>
0 commit comments