|
29 | 29 | </dependencies>
|
30 | 30 | </dependencyManagement>
|
31 | 31 | <dependencies>
|
32 |
| - <dependency> |
33 |
| - <groupId>io.jenkins.plugins</groupId> |
34 |
| - <artifactId>byte-buddy-api</artifactId> |
35 |
| - </dependency> |
36 |
| - <dependency> |
37 |
| - <groupId>io.jenkins.plugins</groupId> |
38 |
| - <artifactId>eddsa-api</artifactId> |
39 |
| - </dependency> |
40 |
| - <dependency> |
41 |
| - <groupId>io.jenkins.plugins</groupId> |
42 |
| - <artifactId>pipeline-graph-view</artifactId> |
43 |
| - </dependency> |
44 |
| - <dependency> |
45 |
| - <groupId>org.jenkins-ci.plugins</groupId> |
46 |
| - <artifactId>authorize-project</artifactId> |
47 |
| - </dependency> |
48 |
| - <dependency> |
49 |
| - <groupId>org.jenkins-ci.plugins</groupId> |
50 |
| - <artifactId>jobcacher</artifactId> |
51 |
| - </dependency> |
52 |
| - <dependency> |
53 |
| - <groupId>org.jenkins-ci.plugins</groupId> |
54 |
| - <artifactId>jsch</artifactId> |
55 |
| - </dependency> |
56 | 32 | <dependency>
|
57 | 33 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
58 | 34 | <artifactId>workflow-step-api</artifactId>
|
|
252 | 228 | <artifactId>bootstrap5-api</artifactId>
|
253 | 229 | <scope>test</scope>
|
254 | 230 | </dependency>
|
| 231 | + <dependency> |
| 232 | + <groupId>io.jenkins.plugins</groupId> |
| 233 | + <artifactId>byte-buddy-api</artifactId> |
| 234 | + <scope>test</scope> |
| 235 | + </dependency> |
255 | 236 | <dependency>
|
256 | 237 | <groupId>io.jenkins.plugins</groupId>
|
257 | 238 | <artifactId>checks-api</artifactId>
|
|
327 | 308 | <artifactId>echarts-api</artifactId>
|
328 | 309 | <scope>test</scope>
|
329 | 310 | </dependency>
|
| 311 | + <dependency> |
| 312 | + <groupId>io.jenkins.plugins</groupId> |
| 313 | + <artifactId>eddsa-api</artifactId> |
| 314 | + <scope>test</scope> |
| 315 | + </dependency> |
330 | 316 | <dependency>
|
331 | 317 | <groupId>io.jenkins.plugins</groupId>
|
332 | 318 | <artifactId>emoji-symbols-api</artifactId>
|
|
508 | 494 | <artifactId>oss-symbols-api</artifactId>
|
509 | 495 | <scope>test</scope>
|
510 | 496 | </dependency>
|
| 497 | + <dependency> |
| 498 | + <groupId>io.jenkins.plugins</groupId> |
| 499 | + <artifactId>pipeline-graph-view</artifactId> |
| 500 | + <scope>test</scope> |
| 501 | + </dependency> |
511 | 502 | <dependency>
|
512 | 503 | <groupId>io.jenkins.plugins</groupId>
|
513 | 504 | <artifactId>plugin-util-api</artifactId>
|
|
718 | 709 | <artifactId>authentication-tokens</artifactId>
|
719 | 710 | <scope>test</scope>
|
720 | 711 | </dependency>
|
| 712 | + <dependency> |
| 713 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 714 | + <artifactId>authorize-project</artifactId> |
| 715 | + <scope>test</scope> |
| 716 | + </dependency> |
721 | 717 | <dependency>
|
722 | 718 | <groupId>org.jenkins-ci.plugins</groupId>
|
723 | 719 | <artifactId>aws-credentials</artifactId>
|
|
900 | 896 | <artifactId>email-ext</artifactId>
|
901 | 897 | <scope>test</scope>
|
902 | 898 | </dependency>
|
| 899 | + <dependency> |
| 900 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 901 | + <artifactId>envinject</artifactId> |
| 902 | + <scope>test</scope> |
| 903 | + </dependency> |
903 | 904 | <dependency>
|
904 | 905 | <groupId>org.jenkins-ci.plugins</groupId>
|
905 | 906 | <artifactId>external-monitor-job</artifactId>
|
|
1042 | 1043 | <artifactId>job-dsl</artifactId>
|
1043 | 1044 | <scope>test</scope>
|
1044 | 1045 | </dependency>
|
| 1046 | + <dependency> |
| 1047 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 1048 | + <artifactId>jobcacher</artifactId> |
| 1049 | + <scope>test</scope> |
| 1050 | + </dependency> |
| 1051 | + <dependency> |
| 1052 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 1053 | + <artifactId>jsch</artifactId> |
| 1054 | + <scope>test</scope> |
| 1055 | + </dependency> |
1045 | 1056 | <dependency>
|
1046 | 1057 | <groupId>org.jenkins-ci.plugins</groupId>
|
1047 | 1058 | <artifactId>jsoup</artifactId>
|
|
1330 | 1341 | <artifactId>unique-id</artifactId>
|
1331 | 1342 | <scope>test</scope>
|
1332 | 1343 | </dependency>
|
| 1344 | + <dependency> |
| 1345 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 1346 | + <artifactId>urltrigger</artifactId> |
| 1347 | + <scope>test</scope> |
| 1348 | + </dependency> |
1333 | 1349 | <dependency>
|
1334 | 1350 | <groupId>org.jenkins-ci.plugins</groupId>
|
1335 | 1351 | <artifactId>versioncolumn</artifactId>
|
|
0 commit comments