Skip to content

Commit

Permalink
[FLINK-34548][API] Move Function interface to flink-core-api
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Apr 1, 2024
1 parent 59525e4 commit 13790e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flink-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ under the License.
<name>Flink : Core API</name>

<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-annotations</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,7 @@ under the License.
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
<exclude>@org.apache.flink.annotation.Internal</exclude>
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
<exclude>org.apache.flink.api.common.functions.Function</exclude>
<!-- MARKER: end exclusions -->
</excludes>
<accessModifier>public</accessModifier>
Expand Down

0 comments on commit 13790e0

Please sign in to comment.