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.
pull/2106/head
Andy Wilkinson 10 years ago
parent de3ce18ad6
commit 3bb8e5af9e

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

Loading…
Cancel
Save