Skip to content

Commit

Permalink
add cbor library
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Oct 30, 2023
1 parent 54b1ed5 commit 84d5a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions security/webauthn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
<artifactId>quarkus-test-service-database</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>2.15.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 84d5a93

Please sign in to comment.