summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-01-20 11:45:39 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-01-20 14:12:30 +0800
commit58e113734959922ec70516f9be1d7ebcc3fd5dc3 (patch)
tree5211783a135b2909c06cf21fafbd656ac988365e /pom.xml
parentad3329cc6366a42824d3894cc669de9f260219ba (diff)
bugfix - rule deployment issue during init
Issue-ID: HOLMES-488 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: If667a3691aa67a2559020b0bc91f7f4c21347026
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4029c1d..0c308bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.github.stefanbirkner</groupId>
+ <artifactId>system-rules</artifactId>
+ <version>1.16.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.5</version>