Skip to content

Commit

Permalink
Do not include junit as dependency (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: R-J Lim <[email protected]>
  • Loading branch information
killergerbah and R-J Lim committed May 2, 2023
1 parent e3ea533 commit 94ce551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit 94ce551

Please sign in to comment.