Skip to content

Commit fbf03b4

Browse files
authored
Move mail sendcer implementations to runtime scope (#106)
1 parent 7022ef3 commit fbf03b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ under the License.
190190
<groupId>org.codehaus.plexus</groupId>
191191
<artifactId>plexus-mail-sender-javamail</artifactId>
192192
<version>1.0-alpha-7</version>
193+
<scope>runtime</scope>
193194
<exclusions>
194195
<exclusion>
195196
<groupId>org.codehaus.plexus</groupId>
@@ -201,6 +202,7 @@ under the License.
201202
<groupId>org.codehaus.plexus</groupId>
202203
<artifactId>plexus-mail-sender-simple</artifactId>
203204
<version>1.0-alpha-7</version>
205+
<scope>runtime</scope>
204206
<exclusions>
205207
<exclusion>
206208
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)