[REFACTOR] search mkvtoolnix path

This commit is contained in:
RatzzFatzz
2019-11-22 22:49:20 +01:00
parent 25e9fd6f3f
commit 6744597363
4 changed files with 84 additions and 45 deletions

View File

@@ -162,6 +162,14 @@
<version>5.4.2</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<!-- endregion -->
</dependencies>
</project>