Skip to content

Commit

Permalink
fix(agama): after moving agama to jans-auth-server agama model tests …
Browse files Browse the repository at this point in the history
…are not run #3246 (#3247)
  • Loading branch information
yuriyz authored Dec 7, 2022
1 parent d45db18 commit 9887e23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jans-auth-server/agama/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
<dependency>
<groupId>io.jans</groupId>
<artifactId>jans-core-util</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_3.0_spec</artifactId>
Expand Down

0 comments on commit 9887e23

Please sign in to comment.