Skip to content

Commit

Permalink
Add maven deps plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed May 8, 2024
1 parent 3e0069d commit 607c43c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@
<artifactId>snakeyaml</artifactId>
<version>1.31</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>


Expand Down

0 comments on commit 607c43c

Please sign in to comment.