Skip to content

Commit f2dbc2d

Browse files
committed
Issue jetty#11803 - Follow Reactive Streams specification
1 parent a9b2da5 commit f2dbc2d

File tree

4 files changed

+534
-85
lines changed

4 files changed

+534
-85
lines changed

jetty-core/jetty-io/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<artifactId>jetty-test-helper</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.reactivestreams</groupId>
46+
<artifactId>reactive-streams-tck-flow</artifactId>
47+
<scope>test</scope>
48+
</dependency>
4449
</dependencies>
4550
<build>
4651
<plugins>

0 commit comments

Comments
 (0)