Skip to content

Commit

Permalink
- Fix data-audit + jobs-service
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Sep 18, 2024
1 parent 1b2a362 commit 345516c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@
# under the License.
#

quarkus.datasource.db-kind=postgresql
quarkus.flyway.migrate-at-start=true
quarkus.datasource.health.enabled=true
quarkus.flyway.locations=db/jobs-service/postgresql
kie.flyway.enabled=true
quarkus.datasource.db-kind=postgresql
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ kogito.jobs-service.forceExecuteExpiredJobs=false
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.connector=smallrye-kafka
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.topic=kogito-job-service-job-request-events
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.value.serializer=org.apache.kafka.common.serialization.StringSerializer

kie.flyway.enabled=true
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-core</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>

<dependency>
<groupId>io.quarkiverse.embedded.postgresql</groupId>
Expand Down Expand Up @@ -76,6 +80,10 @@
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-job-sink-recipient</artifactId>
</exclusion>
<exclusion>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-flyway</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
0#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
Expand Down

0 comments on commit 345516c

Please sign in to comment.