Merge pull request #5708 from vpavic/gh-5698

* pr/5708:
  Remove JMS transport from Spring WS starter
This commit is contained in:
Stephane Nicoll 2016-04-16 10:28:28 +02:00
commit ae9e9bc045
2 changed files with 1 additions and 9 deletions

View File

@ -26,10 +26,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
@ -38,9 +34,5 @@
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-support</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -1 +1 @@
provides: spring-ws-core,spring-ws-support
provides: spring-ws-core