Removed unnecessary spring-core reference

This commit is contained in:
Marcin Grzejszczak
2016-12-07 17:44:49 +01:00
parent 06243abe3c
commit 9fe1a2e31b
2 changed files with 0 additions and 10 deletions

View File

@@ -141,12 +141,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- TODO: Why isn't the version taken from boot bom? -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-dependencies</artifactId>

View File

@@ -17,10 +17,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-spec</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>