Skip to content

Commit ebf763e

Browse files
committed
Avoid bug MDEP-757 in latest maven-dependency-plugin
1 parent bf7a947 commit ebf763e

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
@@ -143,6 +143,11 @@
143143
</execution>
144144
</executions>
145145
</plugin>
146+
<plugin>
147+
<groupId>org.apache.maven.plugins</groupId>
148+
<artifactId>maven-dependency-plugin</artifactId>
149+
<version>3.1.2</version> <!-- Use 3.1.2 instead of 3.2.0 to avoid MDEP-757 - https://www.mail-archive.com/[email protected]/msg186768.html -->
150+
</plugin>
146151
<plugin>
147152
<groupId>com.mycila</groupId>
148153
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)