Skip to content

Commit 4df9645

Browse files
committed
Add Netty dependency
1 parent d80942d commit 4df9645

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
)
4141
strategy:
4242
matrix:
43-
module: [mysql-plugin, postgresql-plugin, oracle-plugin, mssql-plugin, cloudsql-mysql-plugin, cloudsql-postgresql-plugin]
43+
module: [mysql-plugin, postgresql-plugin, oracle-plugin, mssql-plugin]
4444
fail-fast: false
4545

4646
steps:

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,13 @@
719719
<version>0.4.0</version>
720720
<scope>test</scope>
721721
</dependency>
722+
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
723+
<dependency>
724+
<groupId>io.netty</groupId>
725+
<artifactId>netty-all</artifactId>
726+
<version>4.1.92.Final</version>
727+
<scope>test</scope>
728+
</dependency>
722729
<dependency>
723730
<groupId>ch.qos.logback</groupId>
724731
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)