Skip to content

Commit

Permalink
test: upgrade payara to 5.x (#433)
Browse files Browse the repository at this point in the history
With Payara 4 there are conflicts with JNA lib provided by the license checker.
Upgrade to Payara 5 fixes the validation build
  • Loading branch information
mcollovati authored Apr 13, 2023
1 parent 153c401 commit 106b14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vaadin-cdi-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<artifactItem>
<groupId>fish.payara.distributions</groupId>
<artifactId>payara</artifactId>
<version>4.1.2.181</version>
<version>5.2022.5</version>
<type>zip</type>
<overWrite>false</overWrite>
<outputDirectory>target</outputDirectory>
Expand All @@ -294,7 +294,7 @@
<groups>${surefire.groups}</groups>
<environmentVariables>
<GLASSFISH_HOME>
${project.build.directory}/payara41
${project.build.directory}/payara5
</GLASSFISH_HOME>
</environmentVariables>
<systemPropertyVariables>
Expand Down

0 comments on commit 106b14d

Please sign in to comment.