|
157 | 157 | <version>2.5.5</version> |
158 | 158 | <scope>provided</scope> |
159 | 159 | </dependency> |
160 | | - <dependency> |
161 | | - <groupId>org.openjfx</groupId> |
162 | | - <artifactId>javafx-controls</artifactId> |
163 | | - <version>20</version> |
164 | | - <type>jar</type> |
165 | | - <scope>provided</scope> |
166 | | - </dependency> |
167 | 160 | <dependency> |
168 | 161 | <groupId>io.netty</groupId> |
169 | 162 | <artifactId>netty-all</artifactId> |
|
315 | 308 | <type>jar</type> |
316 | 309 | <scope>provided</scope> |
317 | 310 | </dependency> |
318 | | - <dependency> |
319 | | - <groupId>org.springframework.security</groupId> |
320 | | - <artifactId>spring-security-ldap</artifactId> |
321 | | - <version>6.2.3</version> |
322 | | - </dependency> |
323 | 311 | <dependency> |
324 | 312 | <groupId>org.springframework</groupId> |
325 | 313 | <artifactId>spring-aop</artifactId> |
326 | 314 | <version>5.0.6.RELEASE</version> |
327 | 315 | <type>jar</type> |
328 | 316 | <scope>provided</scope> |
329 | 317 | </dependency> |
330 | | - <dependency> |
331 | | - <groupId>org.springframework.security</groupId> |
332 | | - <artifactId>spring-security-acl</artifactId> |
333 | | - <version>5.1.1.RELEASE</version> |
334 | | - <type>jar</type> |
335 | | - <scope>provided</scope> |
336 | | - </dependency> |
337 | 318 | <dependency> |
338 | 319 | <groupId>org.opensaml</groupId> |
339 | 320 | <artifactId>opensaml</artifactId> |
|
405 | 386 | <version>5.3.12</version> |
406 | 387 | <scope>provided</scope> |
407 | 388 | </dependency> |
408 | | - <dependency> |
409 | | - <groupId>org.springframework.boot</groupId> |
410 | | - <artifactId>spring-boot-starter-test</artifactId> |
411 | | - <version>3.2.4</version> |
412 | | - <scope>provided</scope> |
413 | | - </dependency> |
414 | 389 | <dependency> |
415 | 390 | <groupId>org.springframework</groupId> |
416 | 391 | <artifactId>spring-jdbc</artifactId> |
417 | 392 | <version>5.2.10.RELEASE</version> |
418 | 393 | <scope>provided</scope> |
419 | 394 | </dependency> |
420 | | - <dependency> |
421 | | - <groupId>org.springframework.security</groupId> |
422 | | - <artifactId>spring-security-web</artifactId> |
423 | | - <version>5.8.11</version> |
424 | | - <scope>provided</scope> |
425 | | - </dependency> |
426 | | - <dependency> |
427 | | - <groupId>org.springframework.security</groupId> |
428 | | - <artifactId>spring-security-config</artifactId> |
429 | | - <version>5.8.11</version> |
430 | | - <scope>provided</scope> |
431 | | - </dependency> |
432 | 395 | <dependency> |
433 | 396 | <groupId>org.springframework.batch</groupId> |
434 | 397 | <artifactId>spring-batch-infrastructure</artifactId> |
|
441 | 404 | <version>4.0.7</version> |
442 | 405 | <scope>provided</scope> |
443 | 406 | </dependency> |
444 | | - <dependency> |
445 | | - <groupId>org.springframework.boot</groupId> |
446 | | - <artifactId>spring-boot</artifactId> |
447 | | - <version>2.0.2.RELEASE</version> |
448 | | - <scope>provided</scope> |
449 | | - </dependency> |
450 | | - <dependency> |
451 | | - <groupId>org.springframework.boot</groupId> |
452 | | - <artifactId>spring-boot-autoconfigure</artifactId> |
453 | | - <version>2.5.15</version> |
454 | | - <scope>provided</scope> |
455 | | - </dependency> |
456 | | - <dependency> |
457 | | - <groupId>org.springframework.security</groupId> |
458 | | - <artifactId>spring-security-crypto</artifactId> |
459 | | - <version>5.0.6.RELEASE</version> |
460 | | - <scope>provided</scope> |
461 | | - </dependency> |
462 | 407 | <dependency> |
463 | 408 | <groupId>org.springframework</groupId> |
464 | 409 | <artifactId>spring-tx</artifactId> |
465 | 410 | <version>5.0.6.RELEASE</version> |
466 | 411 | <scope>provided</scope> |
467 | 412 | </dependency> |
468 | | - <dependency> |
469 | | - <groupId>org.springframework.security</groupId> |
470 | | - <artifactId>spring-security-core</artifactId> |
471 | | - <version>4.2.17.RELEASE</version> |
472 | | - <scope>provided</scope> |
473 | | - </dependency> |
474 | 413 | <dependency> |
475 | 414 | <groupId>javax.annotation</groupId> |
476 | 415 | <artifactId>jsr250-api</artifactId> |
|
1007 | 946 | <version>2.2.220</version> |
1008 | 947 | <scope>provided</scope> |
1009 | 948 | </dependency> |
1010 | | - <dependency> |
1011 | | - <groupId>com.azure</groupId> |
1012 | | - <artifactId>azure-security-keyvault-secrets</artifactId> |
1013 | | - <version>4.4.3</version> |
1014 | | - <scope>provided</scope> |
1015 | | - </dependency> |
1016 | | - <dependency> |
1017 | | - <groupId>com.azure</groupId> |
1018 | | - <artifactId>azure-identity</artifactId> |
1019 | | - <version>1.12.2</version> |
1020 | | - <scope>provided</scope> |
1021 | | - </dependency> |
1022 | 949 | <dependency> |
1023 | 950 | <groupId>org.aspectj</groupId> |
1024 | 951 | <artifactId>aspectjweaver</artifactId> |
|
0 commit comments