Skip to content

Commit

Permalink
Issue #11803 - Follow Reactive Streams specification
Browse files Browse the repository at this point in the history
  • Loading branch information
scrat98 authored and olamy committed May 29, 2024
1 parent a089fbf commit 703de29
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 85 deletions.
5 changes: 5 additions & 0 deletions jetty-core/jetty-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck-flow</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit 703de29

Please sign in to comment.