Skip to content

Commit c1aa37c

Browse files
committedDec 30, 2020
Updated quartz and bumped version to 2.0
1 parent 8cec1fc commit c1aa37c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<artifactId>kafka-topic-monitor</artifactId>
99
<groupId>app</groupId>
10-
<version>1.0.0</version>
10+
<version>2.0.0</version>
1111

1212
<name>kafka-topic-monitor</name>
1313

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.quartz-scheduler</groupId>
5353
<artifactId>quartz</artifactId>
54-
<version>2.1.7</version>
54+
<version>2.3.2</version>
5555
</dependency>
5656

5757
<dependency>

‎src/main/java/app/App.java

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public App()
3434
{
3535
Properties props = new Properties();
3636
props.setProperty("org.quartz.threadPool.threadCount", "4");
37-
props.setProperty(StdSchedulerFactory.PROP_SCHED_SKIP_UPDATE_CHECK, "true");
3837
MetricsContext metricsContext = MetricSourceManager.getMetricConfig().getContext();
3938

4039

0 commit comments

Comments
 (0)
Please sign in to comment.