Skip to content

Commit

Permalink
fix(jans-core): jans-core starts to fail after dependencies upgrade #…
Browse files Browse the repository at this point in the history
…6783 (#6784)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyz committed Nov 28, 2023
1 parent 42649e5 commit b67f1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jans-core/util/pom.xml
Expand Up @@ -91,6 +91,10 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down

0 comments on commit b67f1d3

Please sign in to comment.