Skip to content

Commit

Permalink
fix(jans-auth-server): added testng to agama-inbound #3714 (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Jan 30, 2023
1 parent da07166 commit 955ac8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jans-auth-server/agama/inboundID/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
<!-- already in jans-auth war -->
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 955ac8c

Please sign in to comment.