WEBBPMNEXT-9188 exclude security adapter

This commit is contained in:
kochetkov 2024-08-01 15:29:06 +03:00
parent 6da6ede035
commit 4368a170c9

View file

@ -96,6 +96,10 @@
<groupId>org.springframework.security.kerberos</groupId>
<artifactId>spring-security-kerberos-web</artifactId>
</exclusion>
<exclusion>
<groupId>ru.cg.webbpm.modules.security</groupId>
<artifactId>security-adapter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>