Skip to content

Commit 7c74350

Browse files
[NO JIRA] Remove unused azure and spring dependencies from SE test sources (#4888)
1 parent 9d76c0f commit 7c74350

File tree

1 file changed

+0
-73
lines changed
  • java-symbolic-execution/java-symbolic-execution-checks-test-sources

1 file changed

+0
-73
lines changed

java-symbolic-execution/java-symbolic-execution-checks-test-sources/pom.xml

-73
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@
157157
<version>2.5.5</version>
158158
<scope>provided</scope>
159159
</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>
167160
<dependency>
168161
<groupId>io.netty</groupId>
169162
<artifactId>netty-all</artifactId>
@@ -315,25 +308,13 @@
315308
<type>jar</type>
316309
<scope>provided</scope>
317310
</dependency>
318-
<dependency>
319-
<groupId>org.springframework.security</groupId>
320-
<artifactId>spring-security-ldap</artifactId>
321-
<version>6.2.3</version>
322-
</dependency>
323311
<dependency>
324312
<groupId>org.springframework</groupId>
325313
<artifactId>spring-aop</artifactId>
326314
<version>5.0.6.RELEASE</version>
327315
<type>jar</type>
328316
<scope>provided</scope>
329317
</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>
337318
<dependency>
338319
<groupId>org.opensaml</groupId>
339320
<artifactId>opensaml</artifactId>
@@ -405,30 +386,12 @@
405386
<version>5.3.12</version>
406387
<scope>provided</scope>
407388
</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>
414389
<dependency>
415390
<groupId>org.springframework</groupId>
416391
<artifactId>spring-jdbc</artifactId>
417392
<version>5.2.10.RELEASE</version>
418393
<scope>provided</scope>
419394
</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>
432395
<dependency>
433396
<groupId>org.springframework.batch</groupId>
434397
<artifactId>spring-batch-infrastructure</artifactId>
@@ -441,36 +404,12 @@
441404
<version>4.0.7</version>
442405
<scope>provided</scope>
443406
</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>
462407
<dependency>
463408
<groupId>org.springframework</groupId>
464409
<artifactId>spring-tx</artifactId>
465410
<version>5.0.6.RELEASE</version>
466411
<scope>provided</scope>
467412
</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>
474413
<dependency>
475414
<groupId>javax.annotation</groupId>
476415
<artifactId>jsr250-api</artifactId>
@@ -1007,18 +946,6 @@
1007946
<version>2.2.220</version>
1008947
<scope>provided</scope>
1009948
</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>
1022949
<dependency>
1023950
<groupId>org.aspectj</groupId>
1024951
<artifactId>aspectjweaver</artifactId>

0 commit comments

Comments
 (0)