This commit is contained in:
Sebastian Stenzel
2016-05-07 14:40:44 +02:00
parent 91646dd93d
commit 78645ecdf6
14 changed files with 541 additions and 4 deletions
+6
View File
@@ -80,6 +80,11 @@
<artifactId>filesystem-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-charsets</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-nio</artifactId>
@@ -286,6 +291,7 @@
<module>frontend-api</module>
<module>frontend-webdav</module>
<module>ui</module>
<module>filesystem-charsets</module>
</modules>
<profiles>