File tree Expand file tree Collapse file tree 9 files changed +36
-9
lines changed
oauth-legacy/oauth-microservices Expand file tree Collapse file tree 9 files changed +36
-9
lines changed Original file line number Diff line number Diff line change 38
38
<artifactId >spring-boot-starter-test</artifactId >
39
39
<scope >test</scope >
40
40
</dependency >
41
+
42
+ <dependency >
43
+ <groupId >org.glassfish.jaxb</groupId >
44
+ <artifactId >jaxb-runtime</artifactId >
45
+ <version >${jaxb.version} </version >
46
+ </dependency >
41
47
</dependencies >
42
48
43
49
<build >
Original file line number Diff line number Diff line change 49
49
<artifactId >spring-boot-starter-test</artifactId >
50
50
<scope >test</scope >
51
51
</dependency >
52
+
53
+ <dependency >
54
+ <groupId >org.glassfish.jaxb</groupId >
55
+ <artifactId >jaxb-runtime</artifactId >
56
+ <version >${jaxb.version} </version >
57
+ </dependency >
52
58
</dependencies >
53
59
54
60
<build >
Original file line number Diff line number Diff line change 61
61
<properties >
62
62
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
63
63
<java .version>1.8</java .version>
64
+ <jaxb .version>2.3.2</jaxb .version>
64
65
</properties >
65
66
66
67
</project >
Original file line number Diff line number Diff line change 33
33
<artifactId >spring-boot-starter-test</artifactId >
34
34
<scope >test</scope >
35
35
</dependency >
36
+
37
+ <dependency >
38
+ <groupId >org.glassfish.jaxb</groupId >
39
+ <artifactId >jaxb-runtime</artifactId >
40
+ <version >${jaxb.version} </version >
41
+ </dependency >
36
42
</dependencies >
37
43
38
44
<build >
Original file line number Diff line number Diff line change 83
83
<scope >test</scope >
84
84
</dependency >
85
85
86
+ <dependency >
87
+ <groupId >org.glassfish.jaxb</groupId >
88
+ <artifactId >jaxb-runtime</artifactId >
89
+ <version >${jaxb.version} </version >
90
+ </dependency >
86
91
</dependencies >
87
92
88
93
</project >
Original file line number Diff line number Diff line change 78
78
<!-- Maven plugins -->
79
79
<maven-compiler-plugin .version>3.7.0</maven-compiler-plugin .version>
80
80
<maven-war-plugin .version>3.2.0</maven-war-plugin .version>
81
- <maven-surefire-plugin .version>2.20.1 </maven-surefire-plugin .version>
81
+ <maven-surefire-plugin .version>2.21.0 </maven-surefire-plugin .version>
82
82
83
83
<!-- new -->
84
84
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
85
85
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
86
86
<java .version>1.8</java .version>
87
87
88
88
<spring-cloud .version>Finchley.SR1</spring-cloud .version>
89
-
89
+ < jaxb .version>2.3.2</ jaxb .version>
90
90
</properties >
91
91
92
92
<modules >
Original file line number Diff line number Diff line change 59
59
<scope >test</scope >
60
60
</dependency >
61
61
62
+ <dependency >
63
+ <groupId >org.glassfish.jaxb</groupId >
64
+ <artifactId >jaxb-runtime</artifactId >
65
+ <version >${jaxb.version} </version >
66
+ </dependency >
62
67
</dependencies >
63
68
64
69
<properties >
Original file line number Diff line number Diff line change 78
78
<scope >test</scope >
79
79
</dependency >
80
80
81
+ <dependency >
82
+ <groupId >org.glassfish.jaxb</groupId >
83
+ <artifactId >jaxb-runtime</artifactId >
84
+ <version >${jaxb.version} </version >
85
+ </dependency >
81
86
</dependencies >
82
87
83
88
<properties >
Original file line number Diff line number Diff line change 35
35
<module >2x</module >
36
36
</modules >
37
37
38
- <dependencies >
39
- <dependency >
40
- <groupId >javax.xml.bind</groupId >
41
- <artifactId >jaxb-api</artifactId >
42
- <version >2.3.1</version >
43
- </dependency >
44
- </dependencies >
45
38
46
39
<repositories >
47
40
<repository >
You can’t perform that action at this time.
0 commit comments