Concurrent access to the local repository, fixes #14

This commit is contained in:
Guillaume Nodet
2019-10-03 14:04:06 +02:00
parent b10be13e04
commit fc1d848d2a

View File

@@ -29,6 +29,11 @@
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.takari.aether</groupId>
<artifactId>takari-local-repository</artifactId>
<version>0.11.2</version>
</dependency>
<!-- Logging -->
<dependency>