We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7a947 commit ebf763eCopy full SHA for ebf763e
pom.xml
@@ -143,6 +143,11 @@
143
</execution>
144
</executions>
145
</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>
151
<plugin>
152
<groupId>com.mycila</groupId>
153
<artifactId>license-maven-plugin</artifactId>
0 commit comments