diff options
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 617c61a..10b1e7a 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> |