Skip to content

Commit

Permalink
Merge pull request #1910 from zalando/use-grizzly
Browse files Browse the repository at this point in the history
Use Grizzly instead of JDK-HTTP to improve test speed by 15X
  • Loading branch information
msdousti authored Sep 22, 2024
2 parents 05ede67 + ff41964 commit f50caea
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions logbook-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
<version>3.1.1</version>
<version>3.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -54,18 +54,8 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-jdk-http</artifactId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand Down

0 comments on commit f50caea

Please sign in to comment.