Skip to content

Commit

Permalink
pom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yermak committed Mar 31, 2020
1 parent e1c3e2b commit 9ba81bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added lib/ffmpeg-0.6.3-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<artifactId>ffmpeg</artifactId>
<version>0.6.3-SHANPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Yermak/Projects/AudioBookConverter/lib/ffmpeg-0.6.3-SNAPSHOT.jar</systemPath>
<systemPath>${basedir}/lib/ffmpeg-0.6.3-SNAPSHOT.jar</systemPath>
</dependency>

<dependency>
Expand Down

0 comments on commit 9ba81bc

Please sign in to comment.