Skip to content

Commit

Permalink
chore[vitess-cdc]: fix io grpc relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
gintarasm authored and s-gelazevicius committed Jul 29, 2022
1 parent ebf8dfd commit 024293a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion flink-sql-connector-vitess-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ under the License.
</goals>
<configuration>
<shadeTestJar>false</shadeTestJar>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<artifactSet>
<includes>
<include>io.debezium:debezium-api</include>
Expand All @@ -64,6 +66,14 @@ under the License.
<include>com.google.guava:*</include>
<include>io.vitess:vitess-grpc-client</include>
<include>io.vitess:vitess-client</include>
<include>io.netty:netty-handler</include>
<include>io.netty:netty-resolver</include>
<include>io.netty:netty-transport</include>
<include>io.netty:netty-buffer</include>
<include>io.netty:netty-codec-http2</include>
<include>io.netty:netty-codec-http</include>
<include>io.netty:netty-codec</include>
<include>io.netty:netty-common</include>
<include>io.grpc:grpc-core</include>
<include>io.grpc:grpc-netty</include>
<include>io.grpc:grpc-stub</include>
Expand Down

0 comments on commit 024293a

Please sign in to comment.