Skip to content

Commit

Permalink
chore: Issue 2389 (#2838)
Browse files Browse the repository at this point in the history
* fix: #2825

* chore: #2389
  • Loading branch information
maduvena authored Nov 2, 2022
1 parent 3dc6b32 commit 7fc6adb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion jans-fido2/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,26 @@
<groupId>io.jans</groupId>
<artifactId>jans-auth-model</artifactId>
</dependency>

<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<!-- Weld -->
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 7fc6adb

Please sign in to comment.