File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
+ - oraclejdk8
3
4
- oraclejdk7
4
5
- openjdk7
5
6
- openjdk6
Original file line number Diff line number Diff line change 130
130
<dependency >
131
131
<groupId >org.springframework.batch</groupId >
132
132
<artifactId >spring-batch-infrastructure</artifactId >
133
- <version >3.0.3 .RELEASE</version >
133
+ <version >3.0.4 .RELEASE</version >
134
134
<scope >provided</scope >
135
135
</dependency >
136
136
153
153
<dependency >
154
154
<groupId >ognl</groupId >
155
155
<artifactId >ognl</artifactId >
156
- <version >3.0.8 </version >
156
+ <version >3.0.11 </version >
157
157
<scope >test</scope >
158
158
</dependency >
159
159
174
174
<dependency >
175
175
<groupId >org.jboss.byteman</groupId >
176
176
<artifactId >byteman-bmunit</artifactId >
177
- <version >2.2.1 </version >
177
+ <version >3.0.0 </version >
178
178
<scope >test</scope >
179
179
</dependency >
180
180
222
222
<groupId >nekohtml</groupId >
223
223
<artifactId >nekohtml</artifactId >
224
224
</exclusion >
225
- <exclusion >
226
- <groupId >xerces</groupId >
227
- <artifactId >xercesImpl</artifactId >
228
- </exclusion >
229
225
</exclusions >
230
226
</dependency >
231
227
<dependency >
310
306
</testResources >
311
307
</build >
312
308
309
+ <!-- TODO: Why is this necessary, the dependency is alreayd present at this scope? -->
313
310
<!-- this is just a turnaround to Mac compilers -->
314
311
<profiles >
315
312
<profile >
You can’t perform that action at this time.
0 commit comments