update package

This commit is contained in:
Eduard Tihomirov 2024-07-18 21:34:44 +03:00
parent 9b444c0ecc
commit 2946977e86
125 changed files with 255 additions and 262 deletions

12
pom.xml
View file

@ -42,7 +42,7 @@
<dependency>
<groupId>ru.cg.webbpm.packages.base</groupId>
<artifactId>backend</artifactId>
<version>3.175.0</version>
<version>3.175.1-SUPPORT-8427v2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ervu_secret.ervu_secret</groupId>
@ -224,20 +224,20 @@
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<groupId>bouncycastle</groupId>
</exclusion>
<exclusion>
<artifactId>bcprov-jdk14</artifactId>
<groupId>org.bouncycastle</groupId>
</exclusion>
<exclusion>
<artifactId>bcmail-jdk14</artifactId>
<groupId>org.bouncycastle</groupId>
</exclusion>
</exclusions>
</dependency>