Skip to content

Commit

Permalink
Fix payara-server-managed mode in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
pdudits authored and jGauravGupta committed Aug 23, 2022
1 parent 55db6d0 commit 7acf1b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openid-standalone-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@
<artifactId>arquillian-payara-server-managed</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -239,7 +244,7 @@
<configuration>
<systemPropertyVariables>
<!-- Pass location of server installation to arquillian container -->
<payara.home>${session.executionRootDirectory}/target/payara6</payara.home>
<payara.home>${session.executionRootDirectory}/target/payara5</payara.home>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down

0 comments on commit 7acf1b8

Please sign in to comment.