fix CVE-2025-4125 - убрал зависимость на вебсокет, так как сейчас он не используется

This commit is contained in:
adel.ka 2025-10-28 13:27:54 +03:00
parent ad5b0ea38e
commit c57c7af095
2 changed files with 0 additions and 9 deletions

View file

@ -228,10 +228,6 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>

View file

@ -309,11 +309,6 @@
<version>${webbpm-platform.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>