Skip to content

Commit

Permalink
Merge pull request #14 from rgdoliveira/sync_main
Browse files Browse the repository at this point in the history
Sync main branch with Apache main branch
  • Loading branch information
rgdoliveira committed Mar 12, 2024
2 parents 57927db + 7db7d31 commit b3164ed
Show file tree
Hide file tree
Showing 261 changed files with 1,962 additions and 3,522 deletions.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@

<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-quarkus</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-management</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-process-management</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-task-management</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-addons-quarkus-task-management</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-svg</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-process-svg</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-source-files</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-process</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-process</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand All @@ -70,8 +70,8 @@
<artifactId>integration-tests-data-index-service-common</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-filesystem</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-filesystem</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@

<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-spring-boot-starter</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>integration-tests-data-index-service-common</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-events-process-kafka</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-events-process-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-process-management</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-process-management</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-task-management</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-addons-springboot-task-management</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-process-svg</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-process-svg</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-persistence-filesystem</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-persistence-filesystem</artifactId>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit b3164ed

Please sign in to comment.