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 606c91a commit 5339630Copy full SHA for 5339630
pom.xml
@@ -406,6 +406,11 @@ limitations under the License.
406
<showDeprecation>${maven.compiler.showDeprecation}</showDeprecation>
407
</configuration>
408
</plugin>
409
+ <plugin>
410
+ <groupId>org.apache.maven.plugins</groupId>
411
+ <artifactId>maven-dependency-plugin</artifactId>
412
+ <version>3.8.1</version>
413
+ </plugin>
414
<plugin>
415
<groupId>org.apache.maven.plugins</groupId>
416
<artifactId>maven-deploy-plugin</artifactId>
0 commit comments