Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit e202a21

Browse files
author
b.gorriz
committed
Revert "[BOD-1602] Removed not needed dependency"
This reverts commit c2999bb
1 parent c2999bb commit e202a21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,12 @@
419419
<artifactId>netty-transport</artifactId>
420420
<version>${netty.version}</version>
421421
</dependency>
422+
<dependency>
423+
<groupId>io.netty</groupId>
424+
<artifactId>netty-handler-proxy</artifactId>
425+
<version>${netty.version}</version>
426+
</dependency>
427+
422428
<!-- Test Dependencies -->
423429
<dependency>
424430
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)