Skip to content

Commit 08e897f

Browse files
committed
Merge branch 'hansjorg-fix-eclipse-build-issue'
2 parents a2723e6 + 07988bf commit 08e897f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mujina-common/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
<groupId>org.springframework.security.extensions</groupId>
4343
<artifactId>spring-security-saml2-core</artifactId>
4444
<version>1.0.10.RELEASE</version>
45+
<exclusions>
46+
<exclusion>
47+
<groupId>xml-apis</groupId>
48+
<artifactId>xml-apis</artifactId>
49+
</exclusion>
50+
</exclusions>
4551
</dependency>
4652
<dependency>
4753
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)