File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 213
213
<!-- Maven plugins versions -->
214
214
215
215
<version .antrun.plugin>1.8</version .antrun.plugin>
216
- <version .assembly.plugin>3.1.0 </version .assembly.plugin>
216
+ <version .assembly.plugin>3.4.2 </version .assembly.plugin>
217
217
<version .buildhelper.plugin>3.0.0</version .buildhelper.plugin>
218
218
<version .bundle.plugin>5.1.4</version .bundle.plugin>
219
219
<version .checkstyle.plugin>3.1.1</version .checkstyle.plugin>
966
966
<plugin >
967
967
<artifactId >maven-assembly-plugin</artifactId >
968
968
<version >${version.assembly.plugin} </version >
969
- <dependencies >
970
- <!--
971
- We need to use a more recent version of the plexus-archiver to support JDK 9
972
- due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
973
- -->
974
- <dependency >
975
- <groupId >org.codehaus.plexus</groupId >
976
- <artifactId >plexus-archiver</artifactId >
977
- <version >3.4</version >
978
- </dependency >
979
- <dependency >
980
- <groupId >org.codehaus.plexus</groupId >
981
- <artifactId >plexus-io</artifactId >
982
- <version >2.7.1</version >
983
- </dependency >
984
- </dependencies >
985
969
</plugin >
986
970
<plugin >
987
971
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments