update from develop

This commit is contained in:
Халтобин Евгений 2024-08-21 12:23:23 +03:00
parent c01098b3ba
commit 042aded043
7 changed files with 8569 additions and 11178 deletions

View file

@ -263,24 +263,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<!-- configure the plugin here -->
<copyPom>true</copyPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>