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
b75d7039
Commit
b75d7039
authored
Apr 15, 2016
by
Vedran Pavic
Committed by
Stephane Nicoll
Apr 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove JMS transport from Spring WS starter
Closes gh-5708
parent
cf41512e
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 @
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>
spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides
View file @
b75d7039
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