Skip to content

Commit

Permalink
Move mail sendcer implementations to runtime scope (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 30, 2024
1 parent 7022ef3 commit fbf03b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-mail-sender-javamail</artifactId>
<version>1.0-alpha-7</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -201,6 +202,7 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-mail-sender-simple</artifactId>
<version>1.0-alpha-7</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit fbf03b4

Please sign in to comment.