Skip to content

Commit

Permalink
progress on payara-build-managed
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Feb 27, 2024
1 parent 389c191 commit b55ada3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deltaspike/parent/code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,11 @@
<version>${weld.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakarta.servlet-api.version}</version>
</dependency>
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>arquillian-payara-server-managed</artifactId>
Expand Down

0 comments on commit b55ada3

Please sign in to comment.