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
51740133
Commit
51740133
authored
May 06, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Saaj Impl 1.5.2
Closes gh-21335
parent
30a48d55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
pom.xml
...ng-boot-starters/spring-boot-starter-web-services/pom.xml
+6
-6
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
51740133
...
...
@@ -202,7 +202,7 @@
<spring-ws.version>
3.0.9.RELEASE
</spring-ws.version>
<sqlite-jdbc.version>
3.28.0
</sqlite-jdbc.version>
<sun-mail.version>
${jakarta-mail.version}
</sun-mail.version>
<saaj-impl.version>
1.5.
1
</saaj-impl.version>
<saaj-impl.version>
1.5.
2
</saaj-impl.version>
<thymeleaf.version>
3.0.11.RELEASE
</thymeleaf.version>
<thymeleaf-extras-springsecurity.version>
3.0.4.RELEASE
</thymeleaf-extras-springsecurity.version>
<thymeleaf-layout-dialect.version>
2.4.1
</thymeleaf-layout-dialect.version>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
View file @
51740133
...
...
@@ -26,16 +26,16 @@
<dependency>
<groupId>
com.sun.xml.messaging.saaj
</groupId>
<artifactId>
saaj-impl
</artifactId>
<exclusions>
<exclusion>
<groupId>
javax.activation
</groupId>
<artifactId>
activation
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
jakarta.xml.ws
</groupId>
<artifactId>
jakarta.xml.ws-api
</artifactId>
<exclusions>
<exclusion>
<groupId>
jakarta.activation
</groupId>
<artifactId>
jakarta.activation-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
...
...
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