Skip to content

Commit

Permalink
Add Apache Kerby to Quarkus runtime dependencies (keycloak#10994)
Browse files Browse the repository at this point in the history
Apache Kerby is used by WebAuthn attestation verification
Without this library the assertion verification fails in Quarkus
distribution

Closes keycloak#10779
  • Loading branch information
ynojima authored Apr 19, 2022
1 parent 6ef8023 commit e495a3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerby-asn1</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
Expand Down

0 comments on commit e495a3d

Please sign in to comment.