Skip to content

Commit

Permalink
Add common, CI seems to need it
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 19, 2024
1 parent 9f90a5f commit 093e78f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
<artifactId>arquillian-protocol-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.tck.arquillian</groupId>
<artifactId>tck-porting-lib</artifactId>
Expand Down

0 comments on commit 093e78f

Please sign in to comment.