Skip to content

Commit 8e19657

Browse files
committed
fix dependency scope for jspecify
1 parent 7db2bd7 commit 8e19657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.jspecify</groupId>
2424
<artifactId>jspecify</artifactId>
2525
<version>1.0.0</version>
26-
<scope>compile</scope>
26+
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)