Browse Source

ensure to use cryptolib rc

Armin Schrenk 4 năm trước cách đây
mục cha
commit
aa2900fa9e
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      main/pom.xml

+ 6 - 0
main/pom.xml

@@ -76,6 +76,12 @@
 				<artifactId>cryptofs</artifactId>
 				<version>${cryptomator.cryptofs.version}</version>
 			</dependency>
+			<!--TODO: only temporary workaround until 1.6.0-beta -->
+			<dependency>
+				<groupId>org.cryptomator</groupId>
+				<artifactId>cryptolib</artifactId>
+				<version>2.0.0-rc1</version>
+			</dependency>
 			<dependency>
 				<groupId>org.cryptomator</groupId>
 				<artifactId>fuse-nio-adapter</artifactId>