Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Let Boot Manage JAXB
Browse files Browse the repository at this point in the history
Fixes: gh-151
  • Loading branch information
jzheaux committed Sep 6, 2019
1 parent 7dbf566 commit 39461fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ dependencyManagement {
mavenBom "org.springframework.boot:spring-boot-parent:$springBootVersion"
}
dependencies {
dependency 'com.sun.xml.bind:jaxb-core:2.3.0.1'
dependency 'com.sun.xml.bind:jaxb-impl:2.3.0.1'
dependency 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'

dependency "org.springframework.boot:spring-boot:$springBootVersion"
dependency 'org.springframework.security.oauth:spring-security-oauth2:2.3.5.RELEASE'
dependency 'org.springframework.security:spring-security-jwt:1.0.10.RELEASE'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ dependencies {
compile 'org.springframework.security:spring-security-jwt'
compile 'com.fasterxml.jackson.core:jackson-annotations'
compile 'com.fasterxml.jackson.core:jackson-databind'

compile 'javax.xml.bind:jaxb-api'
compile 'com.sun.xml.bind:jaxb-core'
compile 'com.sun.xml.bind:jaxb-impl'

optional "org.springframework.boot:spring-boot-configuration-processor"
optional 'org.springframework.social:spring-social-config'
optional 'org.springframework.social:spring-social-core'
optional 'org.springframework.social:spring-social-web'

runtime 'org.glassfish.jaxb:jaxb-runtime'

provided 'javax.servlet:javax.servlet-api'

testCompile 'org.springframework.boot:spring-boot-test'
Expand Down

0 comments on commit 39461fa

Please sign in to comment.