We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316e287 commit 2c7350aCopy full SHA for 2c7350a
pom.xml
@@ -2398,7 +2398,7 @@ under the License.
2398
<!-- FLINK-5336 Remove IOReadableWritable from Path in flink-2.0. -->
2399
<exclude>org.apache.flink.core.fs.Path</exclude>
2400
<!-- FLINK-3992 Remove deprecated Key interface in flink-2.0. -->
2401
- <exclude>org.apache.flink.types.Key</exclude>
+ <exclude>org.apache.flink.types:*</exclude>
2402
<!-- The following exclusions are due to the flink-hadoop-compatibility_${scala.binary.version} module has renamed to flink-hadoop-compatibility. -->
2403
<exclude>org.apache.flink.api.java.hadoop.mapred.HadoopInputFormat</exclude>
2404
<exclude>org.apache.flink.api.java.hadoop.mapred.HadoopOutputFormat</exclude>
0 commit comments