Skip to content

Commit

Permalink
fix(fido2): tests are failing due to NoClassDefFoundError: javax/xml/…
Browse files Browse the repository at this point in the history
…bind/annotation/XmlElement #6865 (#6866)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyz committed Nov 30, 2023
1 parent 5118c96 commit 571b1d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jans-fido2/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-initializer</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</dependency>

<!-- Weld -->
<dependency>
Expand Down

0 comments on commit 571b1d6

Please sign in to comment.