Skip to content

Commit

Permalink
adding process-management-deployment addon in the IT to fix maven dep…
Browse files Browse the repository at this point in the history
…endency check
  • Loading branch information
tiagodolphine committed Oct 19, 2023
1 parent a5d8e8a commit dddf50f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-management-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-serverless-workflow-builder</artifactId>
Expand Down

0 comments on commit dddf50f

Please sign in to comment.