Skip to content

Commit

Permalink
Added mpgaai-jaas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers committed Sep 20, 2024
1 parent 944ab83 commit 4674a23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,17 @@
</exclusions>
</dependency>
-->
<dependency>
<groupId>de.mpg.mpgaai</groupId>
<artifactId>mpgaai-jaas</artifactId>
<version>1.5.0</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Wicket bootstrap -->
<dependency>
Expand Down

0 comments on commit 4674a23

Please sign in to comment.