Skip to content

Commit

Permalink
Update for latest version of Payara.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy De Busscher committed Sep 16, 2021
1 parent c92541b commit 4014d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>

<payara.version>5.2021.5</payara.version>
<payara.version>5.2021.7</payara.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and Distribution License("CDDL") (collectively, the "License"). You
*/
package fish.payara.example.security.certificate;

import fish.payara.security.api.ClientCertificateValidator;
import fish.payara.security.client.ClientCertificateValidator;
import org.eclipse.microprofile.config.Config;
import org.eclipse.microprofile.config.ConfigProvider;
import sun.security.provider.certpath.OCSP;
Expand Down

0 comments on commit 4014d45

Please sign in to comment.