Skip to content

Commit 2c7350a

Browse files
committed
fixup! [FLINK-3992][core] Remove deprecated Key interface
1 parent 316e287 commit 2c7350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ under the License.
23982398
<!-- FLINK-5336 Remove IOReadableWritable from Path in flink-2.0. -->
23992399
<exclude>org.apache.flink.core.fs.Path</exclude>
24002400
<!-- FLINK-3992 Remove deprecated Key interface in flink-2.0. -->
2401-
<exclude>org.apache.flink.types.Key</exclude>
2401+
<exclude>org.apache.flink.types:*</exclude>
24022402
<!-- The following exclusions are due to the flink-hadoop-compatibility_${scala.binary.version} module has renamed to flink-hadoop-compatibility. -->
24032403
<exclude>org.apache.flink.api.java.hadoop.mapred.HadoopInputFormat</exclude>
24042404
<exclude>org.apache.flink.api.java.hadoop.mapred.HadoopOutputFormat</exclude>

0 commit comments

Comments
 (0)