Skip to content

Commit

Permalink
Add Flatpickr API to the managed set
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope committed Nov 25, 2024
1 parent de50921 commit 7ca22f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@
<artifactId>file-parameters</artifactId>
<version>339.v4b_cc83e11455</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>flatpickr-api</artifactId>
<version>4.6.13-5.v534d8025a_a_59</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>flyway-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
<artifactId>file-parameters</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>flatpickr-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>flyway-api</artifactId>
Expand Down

0 comments on commit 7ca22f1

Please sign in to comment.