Skip to content

Commit ab7176f

Browse files
authored
fix: make jspecify a compile time/optional dependency (#204)
* fix: make jspecify a compile time/optional dependency * fix: add provided scope
1 parent 6d32ee3 commit ab7176f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
<groupId>org.jspecify</groupId>
136136
<artifactId>jspecify</artifactId>
137137
<version>1.0.0</version>
138+
<scope>provided</scope>
139+
<optional>true</optional>
138140
</dependency>
139141
<dependency>
140142
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)