Skip to content

Commit

Permalink
add jetty from solr emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 16, 2024
1 parent 578e3e9 commit 3bde500
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,12 @@
<version>3.2.0</version>
<configuration>
<excludeCoordinates>
<!-- solr emitter -->
<coordinate>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>11.0.24</version>
</coordinate>
<coordinate>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
Expand Down

0 comments on commit 3bde500

Please sign in to comment.