We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cec1fc commit c1aa37cCopy full SHA for c1aa37c
pom.xml
@@ -7,7 +7,7 @@
7
8
<artifactId>kafka-topic-monitor</artifactId>
9
<groupId>app</groupId>
10
- <version>1.0.0</version>
+ <version>2.0.0</version>
11
12
<name>kafka-topic-monitor</name>
13
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>org.quartz-scheduler</groupId>
53
<artifactId>quartz</artifactId>
54
- <version>2.1.7</version>
+ <version>2.3.2</version>
55
</dependency>
56
57
src/main/java/app/App.java
@@ -34,7 +34,6 @@ public App()
34
{
35
Properties props = new Properties();
36
props.setProperty("org.quartz.threadPool.threadCount", "4");
37
- props.setProperty(StdSchedulerFactory.PROP_SCHED_SKIP_UPDATE_CHECK, "true");
38
MetricsContext metricsContext = MetricSourceManager.getMetricConfig().getContext();
39
40
0 commit comments