Skip to content

Commit 527e9aa

Browse files
committed
pin version of maven-dependency plugin
1 parent b26d739 commit 527e9aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<!-- maven plugins -->
3333
<maven-compiler.version>3.14.0</maven-compiler.version>
3434
<maven-jar.version>3.4.2</maven-jar.version>
35+
<maven-dependency.version>3.8.1</maven-dependency.version>
3536
<maven-shade.version>3.6.0</maven-shade.version>
3637
<maven-exec.version>3.5.0</maven-exec.version>
3738
</properties>
@@ -144,6 +145,7 @@
144145
<plugin>
145146
<groupId>org.apache.maven.plugins</groupId>
146147
<artifactId>maven-dependency-plugin</artifactId>
148+
<version>${maven-dependency.version}</version>
147149
<executions>
148150
<!-- sort jars into two buckets (classpath and modulepath). exclude openjfx, which gets jlinked separately -->
149151
<execution>

0 commit comments

Comments
 (0)