Procházet zdrojové kódy

fixed dependencies

Sebastian Stenzel před 9 roky
rodič
revize
9c9e9769ee
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  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>