This commit is contained in:
Marcin Grzejszczak
2019-04-02 14:37:37 +02:00
parent ab82f30623
commit 3e1184e7f7
8 changed files with 100 additions and 87 deletions

View File

@@ -244,6 +244,12 @@
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>