Skip to content

Commit

Permalink
Merge pull request #551 from basil/email-ext
Browse files Browse the repository at this point in the history
Add Email Extension to the managed set
  • Loading branch information
jglick authored Feb 3, 2022
2 parents b6c5cbb + b4d50c6 commit aac3b33
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 @@ -208,6 +208,11 @@
<artifactId>durable-task</artifactId>
<version>493.v195aefbb0ff2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
<version>2.87</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</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 @@ -188,6 +188,11 @@
<artifactId>dashboard-view</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
Expand Down

0 comments on commit aac3b33

Please sign in to comment.