Skip to content

Commit

Permalink
TIKA-4327: update cxf, jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Dec 14, 2024
1 parent 77aee54 commit ee900c3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@
<commons.math3.version>3.6.1</commons.math3.version>
<commons.net.version>3.11.1</commons.net.version>
<ctakes.version>6.0.0</ctakes.version>
<!-- TODO when 4.1.0 comes out, try updating jetty to 12 -->
<!-- needs change in PipesBiDirectionalStreamingIntegrationTest.java -->
<cxf.version>4.0.6</cxf.version>
<cxf.version>4.1.0</cxf.version>
<ddplist.version>1.28</ddplist.version>
<dl4j.version>1.0.0-M2.1</dl4j.version>
<fakeload.version>0.7.0</fakeload.version>
Expand Down Expand Up @@ -380,11 +378,7 @@
<jcommander.version>1.82</jcommander.version>
<jdom2.version>2.0.6.1</jdom2.version>
<jempbox.version>1.8.17</jempbox.version>
<!-- 12.0.* needs cxf 4.1.0, see https://issues.apache.org/jira/browse/CXF-9034 ,
or it will fail in tika-server-core with
IllegalAccessError: class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine tried to access protected method 'void org.eclipse.jetty.server.Handler$AbstractContainer.<init>()'
-->
<jetty.version>11.0.24</jetty.version>
<jetty.version>12.0.15</jetty.version>
<jetty.http2.version>11.0.24</jetty.http2.version>
<jhighlight.version>1.1.0</jhighlight.version>
<jna.version>5.15.0</jna.version>
Expand Down

0 comments on commit ee900c3

Please sign in to comment.