From fc1d848d2a8209acd970e68a9a6abd2abde1e49f Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 3 Oct 2019 14:04:06 +0200 Subject: [PATCH] Concurrent access to the local repository, fixes #14 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 495b7beb4..62587bef5 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,11 @@ ${mavenVersion} provided + + io.takari.aether + takari-local-repository + 0.11.2 +