„pom.xml“ ändern

This commit is contained in:
Verox 2023-07-09 16:56:32 +02:00
parent 717c3b5b8e
commit 86f35f4b41

View File

@ -43,7 +43,6 @@
<goals> <goals>
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
</execution>
<configuration> <configuration>
<artifactSet> <artifactSet>
<excludes> <excludes>
@ -52,6 +51,7 @@
</excludes> </excludes>
</artifactSet> </artifactSet>
</configuration> </configuration>
</execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>