File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ under the License.
106
106
<artifactId >kafka-avro-serializer</artifactId >
107
107
<version >${confluent.version} </version >
108
108
<scope >test</scope >
109
+ <exclusions >
110
+ <exclusion >
111
+ <groupId >com.google.guava</groupId >
112
+ <artifactId >guava</artifactId >
113
+ </exclusion >
114
+ </exclusions >
109
115
</dependency >
110
116
111
117
<dependency >
@@ -118,6 +124,10 @@ under the License.
118
124
<groupId >org.apache.kafka</groupId >
119
125
<artifactId >kafka-clients</artifactId >
120
126
</exclusion >
127
+ <exclusion >
128
+ <groupId >com.google.guava</groupId >
129
+ <artifactId >guava</artifactId >
130
+ </exclusion >
121
131
</exclusions >
122
132
</dependency >
123
133
You can’t perform that action at this time.
0 commit comments