File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 16
16
<version >${thymeleaf.togglz.version} </version >
17
17
</dependency >
18
18
19
+ <!--
20
+ Without this dependency, compilation fails with:
21
+ Warning: unknown enum constant javax.annotation.meta.When.MAYBE
22
+ Spring uses this constant and thus this dependency is needed.
23
+ Details:
24
+ - https://github.com/spring-projects/spring-framework/issues/27183#issuecomment-1174742553
25
+ - https://github.com/spring-projects/spring-framework/issues/28797
26
+ -->
27
+ <dependency >
28
+ <groupId >com.google.code.findbugs</groupId >
29
+ <artifactId >jsr305</artifactId >
30
+ <version >3.0.2</version >
31
+ </dependency >
32
+
19
33
<!-- Required for InternetAddress class -->
20
34
<dependency >
21
35
<groupId >com.sun.mail</groupId >
You can’t perform that action at this time.
0 commit comments