summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-04 13:20:36 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-04 13:20:38 +0200
commitcb493146bd531faf5e9d1fe509bc2a24fb4bc454 (patch)
treeb7df06ea6098e8359c183cfe9fb98c15827f567e /cloud-tenant-base-dependencies-enforcer
parent9ad335c57ff4b0fa86e9e00a54be65ec96ba8853 (diff)
Provided junit4 in test scope
IntelliJ fails to run unit tests if vintage-engine is on classpath, but not junit4.
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index cf49b334ae7..5e35cdf7952 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -241,6 +241,7 @@
<include>io.prometheus:simpleclient:0.6.0:jar:test</include>
<include>io.prometheus:simpleclient_common:0.6.0:jar:test</include>
<include>joda-time:joda-time:2.8.1:jar:test</include>
+ <include>junit:junit:4.13:jar:test</include>
<include>net.arnx:jsonic:1.2.11:jar:test</include>
<include>net.java.dev.jna:jna:4.5.2:jar:test</include>
<include>org.abego.treelayout:org.abego.treelayout.core:1.0.1:jar:test</include>
@@ -259,6 +260,7 @@
<include>org.eclipse.jetty:jetty-server:[${jetty.version}]:jar:test</include>
<include>org.eclipse.jetty:jetty-servlet:[${jetty.version}]:jar:test</include>
<include>org.eclipse.jetty:jetty-servlets:[${jetty.version}]:jar:test</include>
+ <include>org.hamcrest:hamcrest-core:1.3:jar:test</include>
<include>org.hdrhistogram:HdrHistogram:2.1.8:jar:test</include>
<include>org.junit.jupiter:junit-jupiter-api:[${junit5.version}]:jar:test</include>
<include>org.junit.jupiter:junit-jupiter-engine:[${junit5.version}]:jar:test</include>