Commit ae9e9bc0 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #5708 from vpavic/gh-5698

* pr/5708:
  Remove JMS transport from Spring WS starter
parents cf41512e b75d7039
......@@ -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>
provides: spring-ws-core,spring-ws-support
\ No newline at end of file
provides: spring-ws-core
\ No newline at end of file
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