File tree 1 file changed +19
-4
lines changed
java/KinesisSourceDeaggregation/flink-app 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 82
82
<groupId >software.amazon.kinesis</groupId >
83
83
<artifactId >amazon-kinesis-client</artifactId >
84
84
<version >${kinesis.client.version} </version >
85
- </dependency >
86
- <dependency >
87
- <groupId >software.amazon.awssdk</groupId >
88
- <artifactId >retries</artifactId >
85
+ <!-- Exclude most of the transitive dependencies in KCL because they are not really needed -->
86
+ <exclusions >
87
+ <exclusion >
88
+ <groupId >software.amazon.awssdk</groupId >
89
+ <artifactId >*</artifactId >
90
+ </exclusion >
91
+ <exclusion >
92
+ <groupId >software.amazon.glue</groupId >
93
+ <artifactId >*</artifactId >
94
+ </exclusion >
95
+ <exclusion >
96
+ <groupId >io.reactivex.rxjava3</groupId >
97
+ <artifactId >rxjava</artifactId >
98
+ </exclusion >
99
+ <exclusion >
100
+ <groupId >com.google.guava</groupId >
101
+ <artifactId >*</artifactId >
102
+ </exclusion >
103
+ </exclusions >
89
104
</dependency >
90
105
91
106
<!-- Connectors and Formats -->
You can’t perform that action at this time.
0 commit comments