Skip to content

Commit e5ddfb6

Browse files
committed
feat(LDAP): add integration tests for LDAP Authorization
closes #782
1 parent 5c1b608 commit e5ddfb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@
139139
<groupId>org.springframework.boot</groupId>
140140
<artifactId>spring-boot-starter-test</artifactId>
141141
<scope>test</scope>
142+
<exclusions>
143+
<exclusion>
144+
<groupId>com.vaadin.external.google</groupId>
145+
<artifactId>android-json</artifactId>
146+
</exclusion>
147+
</exclusions>
142148
</dependency>
143149
<dependency>
144150
<groupId>io.projectreactor</groupId>

0 commit comments

Comments
 (0)