Skip to content

Commit

Permalink
Updated quartz and bumped version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Dec 30, 2020
1 parent 8cec1fc commit c1aa37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>kafka-topic-monitor</artifactId>
<groupId>app</groupId>
<version>1.0.0</version>
<version>2.0.0</version>

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

Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.1.7</version>
<version>2.3.2</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public App()
{
Properties props = new Properties();
props.setProperty("org.quartz.threadPool.threadCount", "4");
props.setProperty(StdSchedulerFactory.PROP_SCHED_SKIP_UPDATE_CHECK, "true");
MetricsContext metricsContext = MetricSourceManager.getMetricConfig().getContext();


Expand Down

0 comments on commit c1aa37c

Please sign in to comment.