aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-17 17:58:32 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2021-12-17 17:58:32 +0100
commitff6799e075de77ce37069e67703c7f100f2ff49e (patch)
treeb2995079d758a8e301dcd0fd0c992d85831ce4cf /metrics-proxy/pom.xml
parentcf9d6bf081f76f5a79dc8da60b9270b4d1f049b7 (diff)
Drop using hamcrest matchers and stick to simple assertEquals/True/False
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 1633d78668b..76f7e92ad43 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -147,11 +147,6 @@
<artifactId>jetty-http</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>