File tree Expand file tree Collapse file tree 4 files changed +1
-109
lines changed
src/main/java/io/quarkus/quartz/deployment Expand file tree Collapse file tree 4 files changed +1
-109
lines changed Original file line number Diff line number Diff line change 115115 <httpcore .version>4.4.16</httpcore .version>
116116 <httpasync .version>4.1.5</httpasync .version>
117117 <cronutils .version>9.2.1</cronutils .version>
118- <quartz .version>2.3.2 </quartz .version>
118+ <quartz .version>2.5.0 </quartz .version>
119119 <h2 .version>2.3.230</h2 .version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions
120120 and the dependency jts-core needs to be updated in extensions/jdbc/jdbc-h2/runtime/pom.xml -->
121121 <postgresql-jdbc .version>42.7.4</postgresql-jdbc .version>
Original file line number Diff line number Diff line change 3434 <groupId >io.quarkus</groupId >
3535 <artifactId >quarkus-quartz</artifactId >
3636 </dependency >
37- <dependency >
38- <groupId >org.eclipse.transformer</groupId >
39- <artifactId >org.eclipse.transformer</artifactId >
40- <version >0.5.0</version >
41- </dependency >
4237
4338 <dependency >
4439 <groupId >io.quarkus</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.quartz-scheduler</groupId >
3232 <artifactId >quartz</artifactId >
33- <exclusions >
34- <exclusion >
35- <groupId >com.zaxxer</groupId >
36- <artifactId >HikariCP</artifactId >
37- </exclusion >
38- <exclusion >
39- <groupId >com.zaxxer</groupId >
40- <artifactId >HikariCP-java7</artifactId >
41- </exclusion >
42- <exclusion >
43- <groupId >com.mchange</groupId >
44- <artifactId >c3p0</artifactId >
45- </exclusion >
46- </exclusions >
4733 </dependency >
4834 <dependency >
4935 <groupId >jakarta.transaction</groupId >
You can’t perform that action at this time.
0 commit comments