This repository was archived by the owner on May 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
spring-security-oauth2-autoconfigure Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ dependencyManagement {
3
3
mavenBom " org.springframework.boot:spring-boot-parent:$springBootVersion "
4
4
}
5
5
dependencies {
6
- dependency ' com.sun.xml.bind:jaxb-core:2.3.0.1'
7
- dependency ' com.sun.xml.bind:jaxb-impl:2.3.0.1'
8
- dependency ' javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
9
-
10
6
dependency " org.springframework.boot:spring-boot:$springBootVersion "
11
7
dependency ' org.springframework.security.oauth:spring-security-oauth2:2.3.5.RELEASE'
12
8
dependency ' org.springframework.security:spring-security-jwt:1.0.10.RELEASE'
Original file line number Diff line number Diff line change @@ -9,16 +9,15 @@ dependencies {
9
9
compile ' org.springframework.security:spring-security-jwt'
10
10
compile ' com.fasterxml.jackson.core:jackson-annotations'
11
11
compile ' com.fasterxml.jackson.core:jackson-databind'
12
-
13
12
compile ' javax.xml.bind:jaxb-api'
14
- compile ' com.sun.xml.bind:jaxb-core'
15
- compile ' com.sun.xml.bind:jaxb-impl'
16
13
17
14
optional " org.springframework.boot:spring-boot-configuration-processor"
18
15
optional ' org.springframework.social:spring-social-config'
19
16
optional ' org.springframework.social:spring-social-core'
20
17
optional ' org.springframework.social:spring-social-web'
21
18
19
+ runtime ' org.glassfish.jaxb:jaxb-runtime'
20
+
22
21
provided ' javax.servlet:javax.servlet-api'
23
22
24
23
testCompile ' org.springframework.boot:spring-boot-test'
You can’t perform that action at this time.
0 commit comments