Skip to content

Commit

Permalink
Update to Quartz 2.5.0 and drop Jakarta transformation workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 13, 2024
1 parent f02d1ad commit bc03c78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<httpcore.version>4.4.16</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
<cronutils.version>9.2.1</cronutils.version>
<quartz.version>2.3.2</quartz.version>
<quartz.version>2.5.0</quartz.version>
<h2.version>2.3.230</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions
and the dependency jts-core needs to be updated in extensions/jdbc/jdbc-h2/runtime/pom.xml -->
<postgresql-jdbc.version>42.7.4</postgresql-jdbc.version>
Expand Down
5 changes: 0 additions & 5 deletions extensions/quartz/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-quartz</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.transformer</groupId>
<artifactId>org.eclipse.transformer</artifactId>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down

This file was deleted.

0 comments on commit bc03c78

Please sign in to comment.