From d487df0e7878025b7893d7f86b942aa75d93264e Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 17 Apr 2024 15:57:28 +0200 Subject: [PATCH] Attempts to fix compilation --- pom.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 811c854..e9bf628 100644 --- a/pom.xml +++ b/pom.xml @@ -72,24 +72,24 @@ org.apache.maven.plugins - maven-shade-plugin - 3.2.4 + maven-assembly-plugin + 3.6.0 + bundled package - shade + single - false - - - - net.knarcraft.ffmpegconverter.FFMpegConvert - - - + + jar-with-dependencies + + + + net.knarcraft.ffmpegconverter.FFMpegConvert + + @@ -126,6 +126,7 @@ commons-beanutils commons-beanutils 1.9.4 + compile \ No newline at end of file