File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 182182 <solr-test-framework .version>8.11.3</solr-test-framework .version>
183183 <solr .version>8.11.3</solr .version>
184184 <spray .version>1.3.1</spray .version>
185+ <spring-ldap-core .version>2.4.4</spring-ldap-core .version>
185186 <spring .security.version>5.8.15</spring .security.version>
186187 <spring .version>5.3.39</spring .version>
187188 <sqoop .classifier>hadoop260</sqoop .classifier>
Original file line number Diff line number Diff line change 414414 <artifactId >spring-web</artifactId >
415415 </dependency >
416416
417+ <dependency >
418+ <groupId >org.springframework.ldap</groupId >
419+ <artifactId >spring-ldap-core</artifactId >
420+ <version >${spring-ldap-core.version} </version >
421+ </dependency >
422+
417423 <dependency >
418424 <groupId >org.springframework.security</groupId >
419425 <artifactId >spring-security-config</artifactId >
427433 <dependency >
428434 <groupId >org.springframework.security</groupId >
429435 <artifactId >spring-security-ldap</artifactId >
436+ <exclusions >
437+ <exclusion >
438+ <groupId >org.springframework.ldap</groupId >
439+ <artifactId >spring-ldap-core</artifactId >
440+ </exclusion >
441+ </exclusions >
430442 </dependency >
431443
432444 <dependency >
You can’t perform that action at this time.
0 commit comments