Skip to content

Commit

Permalink
add kogito-quarkus-bom in integration-tests-springboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stastny committed Apr 6, 2021
1 parent 9d511dc commit d7aa910
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions integration-tests/integration-tests-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,33 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-cloudevents-spring-boot-addon</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-test-utils</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>process-management-springboot-addon</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>task-management-springboot-addon</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring-boot-starter-remote</artifactId>
Expand Down

0 comments on commit d7aa910

Please sign in to comment.