Skip to content

Commit b4c1fa0

Browse files
committed
- Updated pom file to fix the issues raised by jenkins community
1 parent b1daac3 commit b4c1fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@
9595
<dependency>
9696
<groupId>org.jenkins-ci.plugins.workflow</groupId>
9797
<artifactId>workflow-step-api</artifactId>
98-
<version>2.24</version>
98+
<!-- <version>2.24</version>-->
9999
</dependency>
100100

101101
<!-- Pipeline API -->
102102
<dependency>
103103
<groupId>org.jenkins-ci.plugins.workflow</groupId>
104104
<artifactId>workflow-api</artifactId>
105-
<version>2.47</version>
105+
<!-- <version>2.47</version>-->
106106
</dependency>
107107

108108
<!-- Annotation API -->

0 commit comments

Comments
 (0)