diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index 0a9e75435..3d81e4fe5 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -194,18 +194,6 @@ compile - - - org.quartz-scheduler - quartz - 2.2.1 - - - org.quartz-scheduler - quartz-jobs - 2.2.1 - - org.vesalainen.comm diff --git a/itests/org.openhab.core.model.script.tests/src/main/resources/quartz-test.properties b/itests/org.openhab.core.model.script.tests/src/main/resources/quartz-test.properties deleted file mode 100644 index db38fbf14..000000000 --- a/itests/org.openhab.core.model.script.tests/src/main/resources/quartz-test.properties +++ /dev/null @@ -1,13 +0,0 @@ -org.quartz.scheduler.instanceName: MockScheduler -org.quartz.scheduler.rmi.export: false -org.quartz.scheduler.rmi.proxy: false -org.quartz.scheduler.wrapJobExecutionInUserTransaction: false - -org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool -org.quartz.threadPool.threadCount: 10 -org.quartz.threadPool.threadPriority: 5 -org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread: true - -org.quartz.jobStore.misfireThreshold: 60000 - -org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore