Skip to content

Commit 20de94f

Browse files
committed
[bugfix] Add missing dependency
1 parent 0974ef7 commit 20de94f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

elemental-parent/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124
<version>3.0.2</version>
125125
</dependency>
126126

127+
<dependency>
128+
<groupId>org.jspecify</groupId>
129+
<artifactId>jspecify</artifactId>
130+
<version>1.0.0</version>
131+
</dependency>
132+
127133
<dependency>
128134
<groupId>com.evolvedbinary.j8fu</groupId>
129135
<artifactId>j8fu</artifactId>

exist-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@
175175
<artifactId>jsr305</artifactId>
176176
</dependency>
177177

178+
<dependency>
179+
<groupId>org.jspecify</groupId>
180+
<artifactId>jspecify</artifactId>
181+
</dependency>
182+
178183
<dependency>
179184
<groupId>org.relaxng</groupId>
180185
<artifactId>jing</artifactId>

0 commit comments

Comments
 (0)