Skip to content

Commit 8625d4c

Browse files
authored
Change jspecify dependency scope from provided to compile
JSpecify should always be treated as a compile dependency, per various pieces of documentation
1 parent df55c74 commit 8625d4c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

protobuf-maven-plugin/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
<dependency>
100100
<groupId>org.jspecify</groupId>
101101
<artifactId>jspecify</artifactId>
102-
<!-- Annotations only -->
103-
<scope>provided</scope>
102+
<scope>compile</scope>
104103
</dependency>
105104

106105
<dependency>

0 commit comments

Comments
 (0)