Skip to content

Commit

Permalink
fix: add missing lib #162
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Dec 6, 2021
1 parent c62bf37 commit 4ec0da8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>aalto-xml</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
Expand Down

0 comments on commit 4ec0da8

Please sign in to comment.