Skip to content

Commit

Permalink
fix(jans-auth-server): ClassNotFoundException: javax.xml.bind.annotat…
Browse files Browse the repository at this point in the history
…ion.XmlElement #6798 (#6799)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyz committed Nov 29, 2023
1 parent bc5eaad commit 3addc8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jans-auth-server/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 3addc8b

Please sign in to comment.