瀏覽代碼

fixed dependencies

Sebastian Stenzel 9 年之前
父節點
當前提交
9c9e9769ee
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      main/filesystem-api/pom.xml

+ 6 - 1
main/filesystem-api/pom.xml

@@ -15,7 +15,12 @@
 	<name>Cryptomator filesystem: API</name>
 
 	<dependencies>
-		<!-- commons -->
+		<dependency>
+			<groupId>org.cryptomator</groupId>
+			<artifactId>commons</artifactId>
+		</dependency>
+		
+		<!-- apache commons -->
 		<dependency>
 			<groupId>commons-io</groupId>
 			<artifactId>commons-io</artifactId>