소스 검색

ffmpeg和ftp依赖

limin 7 년 전
부모
커밋
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>