Skip to content

Commit

Permalink
[WFLY-18959] Fix Mail quickstart dependencies scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan authored and emmartins committed Jan 26, 2024
1 parent 9c5a02e commit 69b67fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down Expand Up @@ -163,6 +164,7 @@
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>${version.webdrivermanager}</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 69b67fe

Please sign in to comment.