We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2723e6 + 07988bf commit 08e897fCopy full SHA for 08e897f
1 file changed
mujina-common/pom.xml
@@ -42,6 +42,12 @@
42
<groupId>org.springframework.security.extensions</groupId>
43
<artifactId>spring-security-saml2-core</artifactId>
44
<version>1.0.10.RELEASE</version>
45
+ <exclusions>
46
+ <exclusion>
47
+ <groupId>xml-apis</groupId>
48
+ <artifactId>xml-apis</artifactId>
49
+ </exclusion>
50
+ </exclusions>
51
</dependency>
52
<dependency>
53
<groupId>org.projectlombok</groupId>
0 commit comments