Skip to content

Commit

Permalink
Merge pull request #6946 from Pandrex247/FISH-9618
Browse files Browse the repository at this point in the history
FISH-9618 Fix Incorrect `payara-micro-remote` Dependency Name
  • Loading branch information
Pandrex247 authored Sep 16, 2024
2 parents 616c3f0 + 116f207 commit 359f967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/payara-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-micro-remote</artifactId>
<artifactId>arquillian-payara-micro-remote</artifactId>
<version>${payara-arquillian-container.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/payara-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<dependencies>
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-micro-remote</artifactId>
<artifactId>arquillian-payara-micro-remote</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 359f967

Please sign in to comment.