Skip to content

Commit

Permalink
Do not include junit as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
R-J Lim committed May 2, 2023
1 parent e3ea533 commit a4bfd01
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 a4bfd01

Please sign in to comment.