Skip to content

Commit 714e9b1

Browse files
committed
Revert reactor-netty exclusions.
[resolves #175]
1 parent 59295fc commit 714e9b1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,6 @@
9090
<dependency>
9191
<groupId>io.projectreactor.netty</groupId>
9292
<artifactId>reactor-netty</artifactId>
93-
<exclusions>
94-
<exclusion>
95-
<groupId>io.netty</groupId>
96-
<artifactId>netty-codec-http</artifactId>
97-
</exclusion>
98-
<exclusion>
99-
<groupId>io.netty</groupId>
100-
<artifactId>netty-codec-http2</artifactId>
101-
</exclusion>
102-
<exclusion>
103-
<groupId>io.netty</groupId>
104-
<artifactId>netty-handler-proxy</artifactId>
105-
</exclusion>
106-
</exclusions>
10793
</dependency>
10894
<dependency>
10995
<groupId>io.r2dbc</groupId>

0 commit comments

Comments
 (0)