diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-13 11:17:25 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-13 11:17:25 +0800 |
commit | 45358b03281b0d5b3450371fe615801a7abb4b64 (patch) | |
tree | 81a8560cea77c18507391e341edfbc075c255b8d /holmes-actions/pom.xml | |
parent | 953aee4dbbed4ce9edae8ca9914290b3164b077a (diff) |
Fixed the c3p0 issue found by NexusIQ
Change-Id: Ib4f73989bd052f101fbaec125d4557ef604ef98f
Issue-ID: HOLMES-206
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 4c9be2a..e813b78 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -80,10 +80,6 @@ <artifactId>lombok</artifactId>
</dependency>
<dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
|