Skip to content

Commit

Permalink
feat(jans-core): added test dependencies to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed May 23, 2022
1 parent fead04a commit 53e5f67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jans-core/script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@
<artifactId>jans-orm-ldap</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
Expand Down

0 comments on commit 53e5f67

Please sign in to comment.