Fork concurrent-locks

This commit is contained in:
Andrea Cavalli 2020-10-01 19:07:17 +02:00
parent 0d566b88b0
commit 01f07d2d8d

12
pom.xml
View File

@ -16,6 +16,14 @@
<maven.compiler.target>11</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
</properties> </properties>
<repositories>
<repository>
<id>mchv</id>
<name>MCHV Apache Maven Packages</name>
<url>https://mvn.mchv.eu/repository/mchv/</url>
</repository>
</repositories>
<profiles> <profiles>
<profile> <profile>
<id>publish-to-tdlight</id> <id>publish-to-tdlight</id>
@ -82,9 +90,9 @@
<version>8.3.0</version> <version>8.3.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.googlecode.concurrent-locks</groupId> <groupId>it.cavallium</groupId>
<artifactId>concurrent-locks</artifactId> <artifactId>concurrent-locks</artifactId>
<version>1.0.0</version> <version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>