We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916b0dd commit 66f58d9Copy full SHA for 66f58d9
pom.xml
@@ -164,6 +164,7 @@
164
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
165
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
166
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
167
+ <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
168
169
<!-- Plugin options -->
170
<skipParallelStatsEnabledTests>false</skipParallelStatsEnabledTests>
@@ -488,6 +489,7 @@
488
489
<plugin>
490
<groupId>org.apache.maven.plugins</groupId>
491
<artifactId>maven-shade-plugin</artifactId>
492
+ <version>${maven-shade-plugin.version}</version>
493
</plugin>
494
495
<!-- Allows us to get the apache-ds bundle artifacts -->
0 commit comments