Skip to content

Commit

Permalink
last jetty snapshot is 12.0.8-SNAPSHOT and configure logging sysprops
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Mar 27, 2024
1 parent 0dfad6a commit ff69fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slf4j.version>2.0.9</slf4j.version>
<arquillian.jetty.version>2.0.1.Final-SNAPSHOT</arquillian.jetty.version>
<arquillian.jetty.artifactId>arquillian-jetty-embedded-12-ee10</arquillian.jetty.artifactId>
<jetty.version>12.0.6-SNAPSHOT</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<jetty.version>12.0.8-SNAPSHOT</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<surefire.version>3.2.5</surefire.version>
<jakarta.tck.version>6.1.0-SNAPSHOT</jakarta.tck.version>
<servlet.api.version>6.0.0</servlet.api.version>
Expand Down Expand Up @@ -266,6 +266,7 @@
<systemProperties>
<http2.timeout>${http2.timeout}</http2.timeout>
<servlet.tck.support.crossContext>false</servlet.tck.support.crossContext>
<servlet.tck.slf4jimpl>org.eclipse.jetty:jetty-slf4j-impl</servlet.tck.slf4jimpl>
</systemProperties>
<!-- <includes>-->
<!-- <include>**/URLClient*</include>-->
Expand Down

0 comments on commit ff69fd2

Please sign in to comment.