File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 299
299
<plugin >
300
300
<groupId >org.jacoco</groupId >
301
301
<artifactId >jacoco-maven-plugin</artifactId >
302
- <version >0.8.8</version >
302
+ <version >0.8.10</version >
303
+
304
+ <configuration >
305
+ <excludes >
306
+ <exclude >com/networknt/org/apache/commons/validator/**</exclude >
307
+ </excludes >
308
+ </configuration >
309
+
303
310
<executions >
304
311
<!--
305
312
| Prepares the property pointing to the JaCoCo runtime agent
398
405
<module >
399
406
<moduleInfo >
400
407
<name >com.networknt.schema</name >
401
- <!-- export everything -->
402
- <exports >*;</exports >
408
+ <!-- export everything except embedded Apache code -->
409
+ <exports >
410
+ !com.networknt.org*;
411
+ *;
412
+ </exports >
403
413
<!-- declare services consumed by the artifact -->
404
414
<addServiceUses >true</addServiceUses >
405
415
</moduleInfo >
You can’t perform that action at this time.
0 commit comments