Remove direct Spring dependencies (as they come from SpringBoot)

This commit is contained in:
Rémi Cocula
2016-12-12 21:20:01 +01:00
parent 2ad8ec005c
commit c3240b03bd
2 changed files with 7 additions and 62 deletions
-12
View File
@@ -296,18 +296,6 @@
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.4.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>