Skip to content

Commit

Permalink
Add markBundledAsOptional for netty and jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jan 25, 2024
1 parent 4f5a5ab commit 24d6b26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,22 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions flink-shaded-netty-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ under the License.
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions flink-shaded-netty-tcnative-dynamic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ under the License.
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty.tcnative.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions flink-shaded-netty-tcnative-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ under the License.
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${netty.tcnative.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>

Expand Down

0 comments on commit 24d6b26

Please sign in to comment.