Skip to content

Commit

Permalink
Add dependencies on jakarta.tck:common + jakarta.tck:persistence-plat…
Browse files Browse the repository at this point in the history
…form-tck-common

Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Oct 1, 2024
1 parent 0601fac commit 469bcb7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions glassfish-runner/jpa-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@
<artifactId>jakarta.persistence-api</artifactId>
<version>${version.jakarta.persistence}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${version.jakarta.tck}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>persistence-platform-tck-common</artifactId>
<version>${version.jakarta.tck}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>persistence-platform-tck-spec-tests</artifactId>
Expand Down

0 comments on commit 469bcb7

Please sign in to comment.