File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
- docker
6
6
7
7
jdk :
8
- - oraclejdk8
8
+ - openjdk9
9
9
10
10
addons :
11
11
sonarcloud :
Original file line number Diff line number Diff line change 48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
49
<maven .version>3.5.0</maven .version>
50
50
<java .version>1.8</java .version>
51
- <powermock .version>1.7.4 </powermock .version>
51
+ <powermock .version>2.0.0-beta.5 </powermock .version>
52
52
<ojdbc .version>12.2.0.1</ojdbc .version>
53
53
</properties >
54
54
55
55
<dependencies >
56
+ <dependency >
57
+ <groupId >com.sun.xml.bind</groupId >
58
+ <artifactId >jaxb-core</artifactId >
59
+ <version >2.3.0.1</version >
60
+ </dependency >
61
+
62
+ <dependency >
63
+ <groupId >javax.xml.bind</groupId >
64
+ <artifactId >jaxb-api</artifactId >
65
+ <version >2.3.1</version >
66
+ </dependency >
67
+
68
+ <dependency >
69
+ <groupId >com.sun.xml.bind</groupId >
70
+ <artifactId >jaxb-impl</artifactId >
71
+ <version >2.3.1</version >
72
+ </dependency >
73
+
56
74
<dependency >
57
75
<groupId >com.oracle.jdbc</groupId >
58
76
<artifactId >ojdbc8</artifactId >
You can’t perform that action at this time.
0 commit comments