pom.xml: remove junit

I don't have any tests and I'm not using this.
This commit is contained in:
Alan Orth 2022-10-05 15:59:36 +03:00
parent 095f843067
commit b31557aa05
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 6 deletions

View File

@ -33,12 +33,6 @@
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>