summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 12:55:18 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 13:11:59 +0200
commit097fca83b38956b887fd4f1e2cf33f4bafdea921 (patch)
treed6d2ed47763695c89aaa67afefd7f693ec01341e /flags
parentb7562bb205863984e78ae6daed400cd37e9139b0 (diff)
Consolidate hamcrest usage to 2.x and remove cthul-matchers
Diffstat (limited to 'flags')
-rw-r--r--flags/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 2c736d04ccb..0bfb02b1f32 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-library</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -77,11 +77,7 @@
</exclusion>
<exclusion>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-library</artifactId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>