We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afa4aa commit 2e5b6dfCopy full SHA for 2e5b6df
1 file changed
pom.xml
@@ -52,6 +52,11 @@
52
</properties>
53
54
<dependencies>
55
+ <dependency>
56
+ <groupId>com.sun.activation</groupId>
57
+ <artifactId>jakarta.activation</artifactId>
58
+ <version>1.2.1</version>
59
+ </dependency>
60
<dependency><!-- Gives us @NotNull and @Nullable -->
61
<groupId>org.jetbrains</groupId>
62
<artifactId>annotations</artifactId>
@@ -71,6 +76,7 @@
71
76
<scope>provided</scope>
72
77
</dependency>
73
78
79
+
74
80
<!-- logging -->
75
81
<dependency>
82
<groupId>org.slf4j</groupId>
0 commit comments