Skip to content

Commit f4aafa3

Browse files
Merge pull request #1278 from aimansharief/R8-netty-dep-fix
Issue #SBCOSS-000 fix : Adding Missing Netty Native Transport Dependencies
2 parents cb1a8a9 + 6702873 commit f4aafa3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

controller/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,13 @@
112112
<dependency>
113113
<groupId>io.netty</groupId>
114114
<artifactId>netty-codec-http</artifactId>
115-
<version>4.1.44.Final</version>
115+
<version>4.1.77.Final</version>
116+
</dependency>
117+
<dependency>
118+
<groupId>io.netty</groupId>
119+
<artifactId>netty-transport-native-epoll</artifactId>
120+
<version>4.1.77.Final</version>
121+
<classifier>linux-x86_64</classifier>
116122
</dependency>
117123
<dependency>
118124
<groupId>com.typesafe</groupId>

0 commit comments

Comments
 (0)