Skip to content

Commit

Permalink
[runners-flink] Remove unnnecessary dependency on flink-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Jan 2, 2023
1 parent 6b1ee41 commit a438567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ dependencies {
implementation project(":sdks:java:fn-execution")
implementation library.java.jackson_databind
runtimeOnly library.java.jackson_jaxb_annotations
implementation "org.apache.flink:flink-annotations:$flink_version"
examplesJavaIntegrationTest project(project.path)
examplesJavaIntegrationTest project(":examples:java")
examplesJavaIntegrationTest project(path: ":examples:java", configuration: "testRuntimeMigration")
Expand Down

0 comments on commit a438567

Please sign in to comment.