diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-13 11:22:21 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-13 14:44:07 +0800 |
commit | befd026c30c61a5bf276e7cbfce8de73984c64ae (patch) | |
tree | 3ae343dd50a126fa031086b256fb9b5e42ff6024 /engine-d/pom.xml | |
parent | 750ae4a611050eb0e33f4f5420aa0297b59790e3 (diff) |
Fixed the c3p0 issue found by NexusIQ
Change-Id: Ida8f629a07a84202f77d61d08d2e39b15497b3e4
Issue-ID: HOLMES-206
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 490d2e0..53f486a 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -228,16 +228,6 @@ <artifactId>postgresql</artifactId> </dependency> <dependency> - <groupId>org.quartz-scheduler</groupId> - <artifactId>quartz</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> |