File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 211
211
<exclude >javax.measure:jsr-275</exclude >
212
212
</classpathDependencyExcludes >
213
213
<excludes >
214
- <exclude >com.fasterxml.jackson.databind.MapperFootprintTest</exclude >
215
- <exclude >**/failing/**/*.java</exclude >
214
+ <exclude >com.fasterxml.jackson.databind.MapperFootprintTest</exclude >
216
215
</excludes >
217
216
<!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
218
217
... although not 100% sure this makes much difference TBH
228
227
<artifactId >maven-javadoc-plugin</artifactId >
229
228
<configuration >
230
229
<links combine.children=" append" >
231
- <link >https://fasterxml.github.io/jackson-annotations/javadoc/2.16 </link >
232
- <link >https://fasterxml.github.io/jackson-core/javadoc/2.16 </link >
230
+ <link >https://fasterxml.github.io/jackson-annotations/javadoc/2.18 </link >
231
+ <link >https://fasterxml.github.io/jackson-core/javadoc/2.18 </link >
233
232
</links >
234
233
</configuration >
235
234
</plugin >
You can’t perform that action at this time.
0 commit comments