limin лет назад: 7
Родитель
Сommit
9802f1aefc
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      pom.xml

+ 14 - 0
pom.xml

@@ -362,6 +362,20 @@
 			<artifactId>Gson</artifactId>
 			<version>2.5</version>
 		</dependency>
+		
+		<!-- ffmpeg -->
+		<dependency>
+		  <groupId>net.bramp.ffmpeg</groupId>
+		  <artifactId>ffmpeg</artifactId>
+		  <version>0.6.2</version>
+		</dependency>
+		
+		<!-- commons -->
+		<dependency>
+		    <groupId>commons-net</groupId>
+		    <artifactId>commons-net</artifactId>
+		    <version>3.6</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<resources>