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.
This commit is contained in:
Andy Wilkinson 2014-12-10 10:57:13 +00:00
parent de3ce18ad6
commit 3bb8e5af9e

View File

@ -161,11 +161,6 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-metadata</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>