Add thread safe wrapper for Invocable

This commit is contained in:
P0nk
2021-05-20 21:00:48 +02:00
parent 3cda07db52
commit 2ce6041ef8
2 changed files with 44 additions and 0 deletions

View File

@@ -41,6 +41,11 @@
<artifactId>yamlbeans</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
<!-- Logging -->
<dependency>