Skip to content

Commit 2910e35

Browse files
committed
Fix Shade plugin version to 3.2.4
Fixes #201 Later versions of the shade plugin strip out the dependencies in the POM file.
1 parent 2bc50e8 commit 2910e35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@
285285
<plugin>
286286
<groupId>org.apache.maven.plugins</groupId>
287287
<artifactId>maven-shade-plugin</artifactId>
288-
<version>3.4.1</version>
288+
<version>3.2.4</version>
289+
<!-- DO NOT USE LATER VERSIONS OF THE SHADE PLUGIN - SEE ISSUE 201 FOR CONTEXT -->
289290
<configuration>
290291
<shadedArtifactAttached>true</shadedArtifactAttached>
291292
<shadedClassifierName>jar-with-dependencies</shadedClassifierName>

0 commit comments

Comments
 (0)