Skip to content

Commit fcd163d

Browse files
committed
Remove unused pom dependencies
Previously declared to satisfy upper bounds warnings. No longer required, thanks to the plugin BOM.
1 parent e654aca commit fcd163d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -214,26 +214,6 @@
214214
</exclusion>
215215
</exclusions>
216216
</dependency>
217-
<!-- Satisfy upper bounds dependency warnings -->
218-
<dependency>
219-
<groupId>com.infradna.tool</groupId>
220-
<artifactId>bridge-method-annotation</artifactId>
221-
<version>1.18</version>
222-
<optional>true</optional>
223-
</dependency>
224-
<!-- Satisfy upper bounds dependency warnings -->
225-
<dependency>
226-
<groupId>org.jenkins-ci</groupId>
227-
<artifactId>annotation-indexer</artifactId>
228-
<version>1.12</version>
229-
<optional>true</optional>
230-
</dependency>
231-
<!-- Satisfy upper bounds dependency warnings -->
232-
<dependency>
233-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
234-
<artifactId>workflow-api</artifactId>
235-
<scope>test</scope>
236-
</dependency>
237217
<!-- JCasC compatibility -->
238218
<dependency>
239219
<groupId>io.jenkins</groupId>

0 commit comments

Comments
 (0)