Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
ae9e9bc0
Commit
ae9e9bc0
authored
Apr 16, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5708 from vpavic/gh-5698
* pr/5708: Remove JMS transport from Spring WS starter
parents
cf41512e
b75d7039
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
pom.xml
spring-boot-starters/spring-boot-starter-webservices/pom.xml
+0
-8
spring.provides
...r-webservices/src/main/resources/META-INF/spring.provides
+1
-1
No files found.
spring-boot-starters/spring-boot-starter-webservices/pom.xml
View file @
ae9e9bc0
...
...
@@ -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>
spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides
View file @
ae9e9bc0
provides: spring-ws-core,spring-ws-support
\ No newline at end of file
provides: spring-ws-core
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment