79138147

Date: 2024-10-29 16:39:58
Score: 1.5
Natty:
Report link

Quartz 2.3.0 and other RC versions were released with a wrong c3p0 groupId. Issue should be fixed in subsequent versions, but adding dependency as stated in https://stackoverflow.com/a/50860439/2144470 it's also a solution.

So it should work changing dependency to:

    <dependency>
        <groupId>org.quartz-scheduler</groupId>
        <artifactId>quartz</artifactId>
        <version>2.3.2</version>
    </dependency>
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nakis