summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-08-29 14:00:38 +0200
committerGitHub <noreply@github.com>2023-08-29 14:00:38 +0200
commitbebac62b9fac0ce24f975e376380a4621d462520 (patch)
tree7208e131ff536f096b869a4bac9a431356e1b600 /flags
parent47bb66570c5e5cd94b0213dfe5857e86c533c597 (diff)
parent097fca83b38956b887fd4f1e2cf33f4bafdea921 (diff)
Merge pull request #28234 from vespa-engine/renovate/major-javahamcrest-monorepo
Update javahamcrest monorepo to v2 (major)
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>