|
|
@ -11,13 +11,18 @@ |
|
|
|
<artifactId>gson</artifactId> |
|
|
|
<version>2.10.1</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
<version>4.1.10</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.13.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<artifactId>junit-jupiter</artifactId> |
|
|
|
<version>RELEASE</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|