File tree Expand file tree Collapse file tree
stackgres-k8s/src/operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <name >StackGres Operator</name >
2020
2121 <properties >
22- <jooq .version>3.19.15</jooq .version>
23-
2422 <stackgres .authentication.secretName>stackgres-restapi</stackgres .authentication.secretName>
2523 <stackgres .prometheus.allowAutobind>true</stackgres .prometheus.allowAutobind>
2624 <stackgres .prometheus.grafanaEmbedded>false</stackgres .prometheus.grafanaEmbedded>
6260 <scope >provided</scope >
6361 </dependency >
6462 <dependency >
65- <groupId >org.jooq</groupId >
66- <artifactId >jooq</artifactId >
67- <version >${jooq.version} </version >
63+ <groupId >io.quarkiverse.jooq</groupId >
64+ <artifactId >quarkus-jooq</artifactId >
65+ </dependency >
66+ <dependency >
67+ <groupId >io.quarkus</groupId >
68+ <artifactId >quarkus-jdbc-postgresql</artifactId >
69+ </dependency >
70+ <dependency >
71+ <groupId >jakarta.persistence</groupId >
72+ <artifactId >jakarta.persistence-api</artifactId >
6873 </dependency >
6974
7075 <dependency >
You can’t perform that action at this time.
0 commit comments