Skip to content

Commit e731064

Browse files
committed
#270: made jetbrains-runtime-annotations runtime dependency as Simple Java Mail actually uses reflection to lookup classes from this dependency
1 parent 2873b2c commit e731064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<groupId>com.github.bbottema</groupId>
5858
<artifactId>jetbrains-runtime-annotations</artifactId>
5959
<version>1.0.0</version>
60-
<scope>provided</scope>
60+
<scope>runtime</scope><!-- SimpleJavaMail uses the annotation using java reflection -->
6161
</dependency>
6262

6363
<!-- testing -->

0 commit comments

Comments
 (0)