Skip to content

Commit

Permalink
Fix Payara Arquillian bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 20, 2023
1 parent 4b83b78 commit 85add3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,17 @@
<version>${payara.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee9</artifactId>
<version>3.0.alpha8</version>
<scope>test</scope>
</dependency>
<!-- Payara Micro Managed Container Adaptor -->
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>arquillian-payara-micro-managed</artifactId>
<version>2.5</version>
<version>3.0.alpha8</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 85add3b

Please sign in to comment.