I am using:
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>1.8.0</version>
</dependency>
When application comes up, I consistently get:
2013-01-03 15:25:34 UpdateChecker [DEBUG] Checking for available updated
version of Quartz...
2013-01-03 15:25:43 UpdateChecker [DEBUG] Quartz version update check failed:
java.io.IOException: Server returned HTTP response
code: 503 for URL: long url here
How can I eliminate these? (Both the message and attempt to update)