Commit 5684924f authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 6fb44b24
...@@ -343,11 +343,6 @@ ...@@ -343,11 +343,6 @@
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version> <version>1.5.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId> <artifactId>spring-boot-starter-data-neo4j</artifactId>
...@@ -524,11 +519,6 @@ ...@@ -524,11 +519,6 @@
<artifactId>spring-boot-starter-web-services</artifactId> <artifactId>spring-boot-starter-web-services</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version> <version>1.5.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-ws</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Third Party --> <!-- Third Party -->
<dependency> <dependency>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-ws</artifactId> <artifactId>spring-boot-starter-web-services</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jaxen</groupId> <groupId>jaxen</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment