Skip to content

Commit d7186f7

Browse files
committed
build: Drop deprecated <silent> parameter from dependency-plugin
maven-dependency-plugin 3.10.0 deprecates the <silent> POM parameter in favour of the -q CLI flag; removing it silences the build warning.
1 parent f8e04f2 commit d7186f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
<configuration>
129129
<overWriteReleases>false</overWriteReleases>
130130
<outputDirectory>${project.build.directory}/lib</outputDirectory>
131-
<silent>true</silent>
132131
<includeScope>runtime</includeScope>
133132
</configuration>
134133
</execution>

0 commit comments

Comments
 (0)