Skip to content

Commit dd6227d

Browse files
Add maven-dependency-plugin to pluginManagement
1 parent d25ba12 commit dd6227d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,11 @@ limitations under the License.
406406
<showDeprecation>${maven.compiler.showDeprecation}</showDeprecation>
407407
</configuration>
408408
</plugin>
409+
<plugin>
410+
<groupId>org.apache.maven.plugins</groupId>
411+
<artifactId>maven-dependency-plugin</artifactId>
412+
<version>3.8.1</version>
413+
</plugin>
409414
<plugin>
410415
<groupId>org.apache.maven.plugins</groupId>
411416
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)