Merge pull request #5708 from vpavic/gh-5698

* pr/5708:
  Remove JMS transport from Spring WS starter
pull/5714/head
Stephane Nicoll 9 years ago
commit ae9e9bc045

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

@ -1 +1 @@
provides: spring-ws-core,spring-ws-support provides: spring-ws-core
Loading…
Cancel
Save