Update pom.xml

This commit is contained in:
BONNe 2021-06-28 03:26:16 +03:00 committed by GitHub
parent 66a4730ca0
commit 0b87bf6569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -176,6 +176,13 @@
<version>${vault.version}</version>
<scope>provided</scope>
</dependency>
<!-- Just a force way how to download shade snapshot -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>