summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2019-08-30 18:24:51 +0200
committerOla Aunrønning <olaa@verizonmedia.com>2019-08-30 18:25:20 +0200
commitb133086a1851fe15d61fc5d77177b2e4950ad041 (patch)
tree215fb4c8238eee3c4d3a4fc1856dd9e6f38423f2 /metrics-proxy/pom.xml
parentdb285e6c2f388f76be495b65cb5cbe09ef4725e6 (diff)
Separated into several classes and moved to own package. Removed use of mocking library. Other misc fixes
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 ff314147090..99354ee22e8 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -149,11 +149,6 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>