Skip to content

Commit ccde321

Browse files
committed
Exclude swagger-annotations-jakarta from solr-solrj
Added an exclusion for the io.swagger.core.v3:swagger-annotations-jakarta dependency in the solr-solrj dependency to prevent its transitive inclusion.
1 parent 692da9e commit ccde321

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

turing-app/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@
309309
<groupId>org.apache.solr</groupId>
310310
<artifactId>solr-solrj</artifactId>
311311
<version>9.9.0</version>
312+
<exclusions>
313+
<exclusion>
314+
<groupId>io.swagger.core.v3</groupId>
315+
<artifactId>swagger-annotations-jakarta</artifactId>
316+
</exclusion>
317+
</exclusions>
312318
</dependency>
313319
<dependency>
314320
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)