Skip to content

Commit 50bb766

Browse files
committed
Added explicit netty dependency to browsermob-core-littleproxy
1 parent 79fb0b5 commit 50bb766

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

browsermob-core-littleproxy/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@
216216
<artifactId>jzlib</artifactId>
217217
</dependency>
218218

219+
<!-- pull in a version of netty that is known to work with LP+BMP -->
220+
<dependency>
221+
<groupId>io.netty</groupId>
222+
<artifactId>netty-all</artifactId>
223+
</dependency>
224+
219225
<!-- Due to usage in LegacyProxyServer and BrowserMobProxyServer, this dependency needs to be given "provided" scope.
220226
It is not used by the BMP LittleProxy implementation itself. -->
221227
<dependency>

0 commit comments

Comments
 (0)