aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 0ed5e17b2ba..0e261f9dbef 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -51,6 +51,30 @@
<artifactId>testutil</artifactId>
<version>${project.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>