Skip to content

Commit c0e549d

Browse files
authored
Add jspecify dependency to pom.xml due to conflict
Added jspecify dependency for better type handling.
1 parent ae04cf5 commit c0e549d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tika-parent/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"License"); you may not use this file except in compliance
1010
with the License. You may obtain a copy of the License at
1111
12-
http://www.apache.org/licenses/LICENSE-2.0
12+
http://www.apache.org/licenses-2.0
1313
1414
Unless required by applicable law or agreed to in writing,
1515
software distributed under the License is distributed on an
@@ -1228,6 +1228,12 @@
12281228
<artifactId>jakarta.inject-api</artifactId>
12291229
<version>2.0.1.MR</version>
12301230
</dependency>
1231+
<!-- TODO try removing with next update of reactor core -->
1232+
<dependency>
1233+
<groupId>org.jspecify</groupId>
1234+
<artifactId>jspecify</artifactId>
1235+
<version>1.0.1</version>
1236+
</dependency>
12311237
</dependencies>
12321238
</dependencyManagement>
12331239

0 commit comments

Comments
 (0)