Skip to content

Commit 2d5cc82

Browse files
committed
[feature] Apache Maven Dependency Plugin
1 parent f72d44c commit 2d5cc82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@
282282
<artifactId>versions-maven-plugin</artifactId>
283283
<version>2.21.0</version>
284284
</plugin>
285+
<!-- Maven depedency plugin -->
286+
<plugin>
287+
<groupId>org.apache.maven.plugins</groupId>
288+
<artifactId>maven-dependency-plugin</artifactId>
289+
<version>3.9.0</version>
290+
</plugin>
285291
</plugins>
286292
</build>
287293
</project>

0 commit comments

Comments
 (0)