Skip to content

Commit 06ade3b

Browse files
committed
Remove unused pipeline test dependencies
1 parent d2ef051 commit 06ade3b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@
138138
<version>3.1.9</version>
139139
<scope>test</scope>
140140
</dependency>
141-
<dependency>
142-
<groupId>org.jenkins-ci.plugins</groupId>
143-
<artifactId>apache-httpcomponents-client-4-api</artifactId>
144-
<scope>test</scope>
145-
</dependency>
146-
147141

148142
<dependency><!-- we contribute AbstractBuildParameters for Git if it's available -->
149143
<groupId>org.jenkins-ci.plugins</groupId>
@@ -180,11 +174,6 @@
180174
<classifier>tests</classifier>
181175
<scope>test</scope>
182176
</dependency>
183-
<dependency>
184-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
185-
<artifactId>workflow-cps</artifactId>
186-
<scope>test</scope>
187-
</dependency>
188177
<dependency>
189178
<groupId>org.jenkins-ci.plugins.workflow</groupId>
190179
<artifactId>workflow-job</artifactId>
@@ -222,11 +211,6 @@
222211
<artifactId>workflow-api</artifactId>
223212
<scope>test</scope>
224213
</dependency>
225-
<dependency>
226-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
227-
<artifactId>workflow-support</artifactId>
228-
<scope>test</scope>
229-
</dependency>
230214
<!-- JCasC compatibility -->
231215
<dependency>
232216
<groupId>io.jenkins</groupId>

0 commit comments

Comments
 (0)