Skip to content

Commit

Permalink
Merge pull request #3729 from strangelookingnerd/add_emoji-symbols-ap…
Browse files Browse the repository at this point in the history
…i-plugin

Add emoji-symbols-api to managed set
  • Loading branch information
darinpope authored Oct 10, 2024
2 parents 52cbe19 + ea813b9 commit aeb57a5
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 @@ -267,6 +267,11 @@
<artifactId>eddsa-api</artifactId>
<version>0.3.0-4.v84c6f0f4969e</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>emoji-symbols-api</artifactId>
<version>5.v70a_000e95970</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>file-parameters</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 @@ -248,6 +248,11 @@
<artifactId>echarts-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>emoji-symbols-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>file-parameters</artifactId>
Expand Down

0 comments on commit aeb57a5

Please sign in to comment.