This should fix it

This commit is contained in:
Video 2021-11-29 02:35:36 -07:00
parent f190bbeac1
commit 5849947c6b
1 changed files with 8 additions and 1 deletions

View File

@ -258,6 +258,13 @@
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<build>
<!-- Filter resources for build.properties -->
<resources>
@ -401,7 +408,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>