Skip to content

Commit 59d75b0

Browse files
Merge pull request #435 from data-integrations/fix-e2e-test-failures
exclude netty dependency
2 parents 05e6d0c + db6a01c commit 59d75b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,13 @@
726726
<version>0.3.0-SNAPSHOT</version>
727727
<scope>test</scope>
728728
</dependency>
729+
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
730+
<dependency>
731+
<groupId>io.netty</groupId>
732+
<artifactId>netty-all</artifactId>
733+
<version>4.1.92.Final</version>
734+
<scope>test</scope>
735+
</dependency>
729736
<dependency>
730737
<groupId>ch.qos.logback</groupId>
731738
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)