Skip to content

Commit

Permalink
Update quarkus extensions to the right groupId: io.quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Sep 16, 2024
1 parent b1f8cbb commit 37ab997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ data:
# Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system,
# in cases where the workflow being built has configured postgresql persistence.
postgreSQLPersistenceExtensions:
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down
4 changes: 2 additions & 2 deletions config/manager/prod/controllers_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ builderConfigMapName: "logic-operator-rhel8-builder-config"
# Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system,
# in cases where the workflow being built has configured postgresql persistence.
postgreSQLPersistenceExtensions:
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down

0 comments on commit 37ab997

Please sign in to comment.