Skip to content

Commit 2e5b6df

Browse files
committed
Added the activation framework as explicit dependency, since it was removed from the JDK
1 parent 4afa4aa commit 2e5b6df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
</properties>
5353

5454
<dependencies>
55+
<dependency>
56+
<groupId>com.sun.activation</groupId>
57+
<artifactId>jakarta.activation</artifactId>
58+
<version>1.2.1</version>
59+
</dependency>
5560
<dependency><!-- Gives us @NotNull and @Nullable -->
5661
<groupId>org.jetbrains</groupId>
5762
<artifactId>annotations</artifactId>
@@ -71,6 +76,7 @@
7176
<scope>provided</scope>
7277
</dependency>
7378

79+
7480
<!-- logging -->
7581
<dependency>
7682
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)