Skip to content

Commit 459aac2

Browse files
committed
attempt to omit robot ffmpeg dep
1 parent 85d7123 commit 459aac2

File tree

3 files changed

+5
-128
lines changed

3 files changed

+5
-128
lines changed

karate-robot/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@
6868
<exclusion>
6969
<groupId>org.bytedeco</groupId>
7070
<artifactId>flandmark</artifactId>
71-
</exclusion>
71+
</exclusion>
72+
<exclusion>
73+
<groupId>org.bytedeco</groupId>
74+
<artifactId>ffmpeg</artifactId>
75+
</exclusion>
7276
</exclusions>
7377
</dependency>
7478
<dependency>
@@ -81,11 +85,6 @@
8185
<artifactId>tesseract-platform</artifactId>
8286
<version>${tesseract.version}-${javacpp.version}</version>
8387
</dependency>
84-
<dependency>
85-
<groupId>org.bytedeco</groupId>
86-
<artifactId>ffmpeg-platform</artifactId>
87-
<version>${ffmpeg.version}-${javacpp.version}</version>
88-
</dependency>
8988
<dependency>
9089
<groupId>io.karatelabs</groupId>
9190
<artifactId>karate-junit5</artifactId>

karate-robot/src/main/java/com/intuit/karate/robot/Ffmpeg.java

-101
This file was deleted.

karate-robot/src/test/java/com/intuit/karate/robot/FfmpegRunner.java

-21
This file was deleted.

0 commit comments

Comments
 (0)