|
|
@@ -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>
|