Restore spring-boot-starter-ws

Rename spring-boot-starter-webservices back to spring-boot-starter-ws.
Unfortunately the starter exists in Spring Boot 1.3 so we can't rename
it without consequence.

See gh-5711
This commit is contained in:
Phillip Webb
2016-04-16 08:30:56 -07:00
parent 786004e297
commit 15dee60049
6 changed files with 10 additions and 10 deletions

View File

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