|
@@ -955,6 +955,16 @@
|
|
|
<groupId>com.github.stefanbirkner</groupId>
|
|
|
<artifactId>system-rules</artifactId>
|
|
|
<version>1.18.0</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit-dep</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.hamcrest</groupId>
|
|
|
+ <artifactId>hamcrest-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-collections</groupId>
|