summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:32:52 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:32:52 +0200
commit4294fc450f4120a438b1d663c611080f27580bea (patch)
tree41c5cb472161f26149f6d349ebed08626d5b1bfe /jdisc_http_service
parentd1da89d019fd4ccb99057b3f5c74b909cbf1744f (diff)
Include junit to work around mockito issue
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 6f73d581c0e..c8baabb9f13 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -99,6 +99,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>