Skip to content

Commit

Permalink
remove lockable-resources dependency
Browse files Browse the repository at this point in the history
most people do not need the concurrency limits and whislt lockable resources is one way to acheive it, it does not need to be installed out of the box.

Removing from the aggregator, people that need it can choose to install it if they desire.
  • Loading branch information
jtnord authored May 16, 2022
1 parent 1b42d0b commit 7c30c1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@
<artifactId>workflow-scm-step</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.6wind.jenkins</groupId>
<artifactId>lockable-resources</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>workflow-cps</artifactId>
Expand Down

0 comments on commit 7c30c1f

Please sign in to comment.