Skip to content

Commit 3bb8e5a

Browse files
committed
Remove redundant dep management for spring-boot-configuration-metadata
The module’s artifact id is spring-boot-configuration-processor for which dependency management is also provided.
1 parent de3ce18 commit 3bb8e5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@
161161
<artifactId>spring-boot-autoconfigure</artifactId>
162162
<version>1.2.0.BUILD-SNAPSHOT</version>
163163
</dependency>
164-
<dependency>
165-
<groupId>org.springframework.boot</groupId>
166-
<artifactId>spring-boot-configuration-metadata</artifactId>
167-
<version>1.2.0.BUILD-SNAPSHOT</version>
168-
</dependency>
169164
<dependency>
170165
<groupId>org.springframework.boot</groupId>
171166
<artifactId>spring-boot-configuration-processor</artifactId>

0 commit comments

Comments
 (0)