This commit is contained in:
Stephane Nicoll
2016-09-21 17:01:43 +02:00
parent 6fb44b2410
commit 5684924f60
2 changed files with 1 additions and 11 deletions

View File

@@ -343,11 +343,6 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId>
@@ -524,11 +519,6 @@
<artifactId>spring-boot-starter-web-services</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-ws</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Third Party -->
<dependency>

View File

@@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-ws</artifactId>
<artifactId>spring-boot-starter-web-services</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>