File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ sudo: false
4
4
jdk :
5
5
- oraclejdk11
6
6
- openjdk11
7
+ - openjdk10
8
+ - oraclejdk9
7
9
- oraclejdk8
8
10
- openjdk8
9
11
Original file line number Diff line number Diff line change 127
127
</build >
128
128
129
129
<profiles >
130
+ <profile >
131
+ <id >jdk9</id >
132
+ <activation >
133
+ <jdk >9</jdk >
134
+ </activation >
135
+ <dependencies >
136
+ <dependency >
137
+ <groupId >javax.annotation</groupId >
138
+ <artifactId >javax.annotation-api</artifactId >
139
+ <version >1.3.2</version >
140
+ <scope >test</scope >
141
+ </dependency >
142
+ </dependencies >
143
+ </profile >
144
+ <profile >
145
+ <id >jdk10</id >
146
+ <activation >
147
+ <jdk >10</jdk >
148
+ </activation >
149
+ <dependencies >
150
+ <dependency >
151
+ <groupId >javax.annotation</groupId >
152
+ <artifactId >javax.annotation-api</artifactId >
153
+ <version >1.3.2</version >
154
+ <scope >test</scope >
155
+ </dependency >
156
+ </dependencies >
157
+ </profile >
130
158
<profile >
131
159
<id >jdk11</id >
132
160
<activation >
You can’t perform that action at this time.
0 commit comments