Skip to content

Commit

Permalink
Fix Payara Arquillian issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 20, 2023
1 parent 85add3b commit a9d8751
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@
<version>${payara.version}</version>
<scope>test</scope>
</dependency>
<!-- Payara Micro Managed Container Adaptor -->
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee9</artifactId>
<artifactId>arquillian-payara-micro-managed</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>
<artifactId>payara-client-ee9</artifactId>
<version>3.0.alpha8</version>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -250,7 +250,13 @@
<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>
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee9</artifactId>
<version>3.0.alpha8</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -291,4 +297,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit a9d8751

Please sign in to comment.