diff -urEbwB jgit-5.7.0.202003110725-r.orig/org.eclipse.jgit.pgm/pom.xml jgit-5.7.0.202003110725-r/org.eclipse.jgit.pgm/pom.xml --- jgit-5.7.0.202003110725-r.orig/org.eclipse.jgit.pgm/pom.xml 2020-04-07 12:24:45.966217181 +0200 +++ jgit-5.7.0.202003110725-r/org.eclipse.jgit.pgm/pom.xml 2020-04-07 12:48:09.474568774 +0200 @@ -145,19 +145,40 @@ - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-shade-plugin + package - repackage + shade jgit-cli - false - org.eclipse.jgit.pgm.Main - true - jgit.sh + false + + + + + org.eclipse.jgit.pgm.Main + JGit Command Line Interface + + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + OSGI-OPT/** + + + + true + shaded @@ -172,13 +193,11 @@ package - - + + + + + diff -urEbwB jgit-5.7.0.202003110725-r.orig/pom.xml jgit-5.7.0.202003110725-r/pom.xml --- jgit-5.7.0.202003110725-r.orig/pom.xml 2020-04-07 12:24:45.782216086 +0200 +++ jgit-5.7.0.202003110725-r/pom.xml 2020-04-07 12:27:10.879079553 +0200 @@ -385,11 +385,6 @@ maven-resources-plugin 3.1.0 - - org.springframework.boot - spring-boot-maven-plugin - 2.1.5.RELEASE -