diff --git a/pom.xml b/pom.xml
index 2189bb5..e65a8e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.cryptomator
cryptolib
- 2.1.0
+ 2.1.1
Cryptomator Crypto Library
This library contains all cryptographic functions that are used by Cryptomator.
https://github.com/cryptomator/cryptolib
@@ -210,6 +210,29 @@
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 3.1.0
+
+
+ package
+
+ exec
+
+
+ jar
+ ${project.build.outputDirectory}
+
+ --verbose
+ --update
+ --file=${project.build.directory}/${project.build.finalName}.jar
+ META-INF/versions/9/module-info.class
+
+
+
+
+
org.apache.maven.plugins
maven-surefire-plugin