Skip to content

Commit

Permalink
add deps to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Nov 26, 2024
1 parent f6777fe commit 020a5ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,21 @@
<artifactId>jberet-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jberet</groupId>
<artifactId>jberet-infinispan-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jberet</groupId>
<artifactId>jberet-mongo-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jberet</groupId>
<artifactId>jberet-job-repository-batchlet</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 020a5ae

Please sign in to comment.