Skip to content

Commit a86d7ca

Browse files
committed
Move jspecify to provided scope in log4j-api
1 parent e9e215b commit a86d7ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

log4j-api/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@
6868
<scope>provided</scope>
6969
</dependency>
7070

71-
<!--
72-
~ Effectively optional, but included due to its size and the compilation warnings its absence causes.
73-
-->
7471
<dependency>
7572
<groupId>org.jspecify</groupId>
7673
<artifactId>jspecify</artifactId>
74+
<scope>provided</scope>
7775
</dependency>
7876

7977
</dependencies>

0 commit comments

Comments
 (0)