Skip to content

Commit

Permalink
- fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Jul 29, 2024
1 parent 118515b commit ed3bef2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>persistence-commons-jpa</artifactId>
<artifactId>persistence-commons-jpa-base</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
Expand Down
4 changes: 4 additions & 0 deletions data-index/data-index-storage/data-index-storage-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<groupId>org.kie.kogito</groupId>
<artifactId>data-index-storage-jpa-common</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>persistence-commons-jpa</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-h2</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.kie.kogito.index.jpa.storage.ProcessInstanceEntityStorage;
import org.kie.kogito.index.model.ProcessDefinition;
import org.kie.kogito.index.model.ProcessDefinitionKey;
import org.kie.kogito.index.model.ProcessInstance;

import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.h2.H2DatabaseTestResource;
Expand All @@ -32,7 +33,6 @@
import io.restassured.http.ContentType;

import jakarta.inject.Inject;
import org.kie.kogito.index.model.ProcessInstance;

import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
Expand Down

0 comments on commit ed3bef2

Please sign in to comment.