diff options
author | tang peng <tang.peng5@zte.com.cn> | 2019-03-13 06:42:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 06:42:21 +0000 |
commit | 509ad1924478e1679d1b1ee1ff8419f16cd6723e (patch) | |
tree | 81a8560cea77c18507391e341edfbc075c255b8d /holmes-actions | |
parent | e44087456f6b74b61183ff783db6333eb1fe4dd4 (diff) | |
parent | 45358b03281b0d5b3450371fe615801a7abb4b64 (diff) |
Merge "Fixed the c3p0 issue found by NexusIQ"
Diffstat (limited to 'holmes-actions')
-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>
|