Fixed pom.xml issues within the dirty-flag and partial-response modules that were causing build failures.

This commit is contained in:
Toxic Dreamz
2020-08-20 01:01:03 +04:00
parent 292ec5b8e5
commit c35b98b4d7
2 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
<dependency>