File tree Expand file tree Collapse file tree
hbase-side/hbase-all-side
redis5/redis5-side/redis-async-side Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <groupId >io.netty</groupId >
3434 <artifactId >netty</artifactId >
3535 </exclusion >
36- <exclusion >
37- <artifactId >netty-all</artifactId >
38- <groupId >io.netty</groupId >
39- </exclusion >
4036 </exclusions >
4137 </dependency >
4238 </dependencies >
Original file line number Diff line number Diff line change 3838 <groupId >log4j</groupId >
3939 </exclusion >
4040 <exclusion >
41- <artifactId >netty-all</artifactId >
4241 <groupId >io.netty</groupId >
43- </exclusion >
44- <exclusion >
4542 <artifactId >netty</artifactId >
46- <groupId >io.netty</groupId >
4743 </exclusion >
4844 </exclusions >
4945 </dependency >
Original file line number Diff line number Diff line change 3535 <plugin >
3636 <groupId >org.apache.maven.plugins</groupId >
3737 <artifactId >maven-shade-plugin</artifactId >
38- <version >1.4 </version >
38+ <version >3.0.0 </version >
3939 <executions >
4040 <execution >
4141 <phase >package</phase >
4242 <goals >
4343 <goal >shade</goal >
4444 </goals >
4545 <configuration >
46+ <relocations >
47+ <relocation >
48+ <pattern >io.netty</pattern >
49+ <shadedPattern >com.dtstack.flink.sql.side.redis.io.netty</shadedPattern >
50+ </relocation >
51+ </relocations >
4652 <artifactSet >
4753 <excludes >
4854
You can’t perform that action at this time.
0 commit comments