File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 456
456
<artifactId >junit</artifactId >
457
457
<scope >compile</scope >
458
458
<!-- scope>test</scope --> <!-- not just test scope, as needed for org.exist.test -->
459
+ <exclusions >
460
+ <exclusion >
461
+ <!-- we ourselves have a test scoped dependency on a newer hamcrest... see below! -->
462
+ <groupId >org.hamcrest</groupId >
463
+ <artifactId >hamcrest-core</artifactId >
464
+ </exclusion >
465
+ </exclusions >
459
466
</dependency >
460
467
<dependency >
461
468
<groupId >org.hamcrest</groupId >
Original file line number Diff line number Diff line change 432
432
<groupId >org.xmlunit</groupId >
433
433
<artifactId >xmlunit-matchers</artifactId >
434
434
<version >${xmlunit.version} </version >
435
+ <exclusions >
436
+ <exclusion >
437
+ <!-- we ourselves have a test scoped dependency on a newer hamcrest... see below! -->
438
+ <groupId >org.hamcrest</groupId >
439
+ <artifactId >hamcrest-core</artifactId >
440
+ </exclusion >
441
+ </exclusions >
435
442
</dependency >
436
443
<dependency >
437
444
<groupId >org.xmlunit</groupId >
444
451
<artifactId >junit</artifactId >
445
452
<version >4.13.1</version >
446
453
<!-- scope>test</scope --> <!-- not just test scope, as needed for org.exist.test -->
454
+ <exclusions >
455
+ <exclusion >
456
+ <!-- we ourselves have a test scoped dependency on a newer hamcrest... see below! -->
457
+ <groupId >org.hamcrest</groupId >
458
+ <artifactId >hamcrest-core</artifactId >
459
+ </exclusion >
460
+ </exclusions >
447
461
</dependency >
448
462
<dependency >
449
463
<groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments