Commit b75d7039 authored by Vedran Pavic's avatar Vedran Pavic Committed by Stephane Nicoll

Remove JMS transport from Spring WS starter

Closes gh-5708
parent cf41512e
......@@ -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