Skip to content

Commit

Permalink
attempt to omit robot ffmpeg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 9, 2025
1 parent 85d7123 commit 459aac2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 128 deletions.
11 changes: 5 additions & 6 deletions karate-robot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
<exclusion>
<groupId>org.bytedeco</groupId>
<artifactId>flandmark</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>org.bytedeco</groupId>
<artifactId>ffmpeg</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -81,11 +85,6 @@
<artifactId>tesseract-platform</artifactId>
<version>${tesseract.version}-${javacpp.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>ffmpeg-platform</artifactId>
<version>${ffmpeg.version}-${javacpp.version}</version>
</dependency>
<dependency>
<groupId>io.karatelabs</groupId>
<artifactId>karate-junit5</artifactId>
Expand Down
101 changes: 0 additions & 101 deletions karate-robot/src/main/java/com/intuit/karate/robot/Ffmpeg.java

This file was deleted.

This file was deleted.

0 comments on commit 459aac2

Please sign in to comment.