Remove JMS transport from Spring WS starter

Closes gh-5708
This commit is contained in:
Vedran Pavic 2016-04-15 22:50:32 +02:00 committed by Stephane Nicoll
parent cf41512e66
commit b75d7039e1
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