Skip to content

Commit 1349d08

Browse files
committed
[FLINK-36332] Need jackson-annotations when building javadoc.
operator-api has always had the dependency on jackson-annotations but was picking it up transitively.
1 parent 7f97c09 commit 1349d08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flink-kubernetes-operator-api/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ under the License.
9696
<version>${log4j.version}</version>
9797
</dependency>
9898

99+
<dependency>
100+
<groupId>com.fasterxml.jackson.core</groupId>
101+
<artifactId>jackson-annotations</artifactId>
102+
</dependency>
103+
99104
<!-- Test -->
100105
<dependency>
101106
<groupId>org.apache.flink</groupId>

0 commit comments

Comments
 (0)