Skip to content

Commit

Permalink
Add markBundledAsOptional for zookeeper and swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jan 25, 2024
1 parent 24d6b26 commit 166a436
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flink-shaded-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ under the License.
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.2.19</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -52,6 +53,7 @@ under the License.
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- Flink distribution provides logging classes -->
Expand All @@ -63,6 +64,7 @@ under the License.
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand Down Expand Up @@ -114,6 +116,7 @@ under the License.
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -127,6 +130,7 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- Flink distribution provides logging classes -->
Expand Down Expand Up @@ -71,6 +72,7 @@ under the License.
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.2.5</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- Flink distribution provides logging classes -->
Expand All @@ -88,6 +90,7 @@ under the License.
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand Down Expand Up @@ -139,6 +142,7 @@ under the License.
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -152,6 +156,7 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand All @@ -61,6 +62,7 @@ under the License.
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.1.12.1</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- Flink distribution provides logging classes -->
Expand All @@ -73,6 +75,7 @@ under the License.
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand Down Expand Up @@ -124,6 +127,7 @@ under the License.
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -137,6 +141,7 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand All @@ -65,6 +66,7 @@ under the License.
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.1.12.1</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- Flink distribution provides logging classes -->
Expand All @@ -77,6 +79,7 @@ under the License.
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
<!-- not relevant at runtime -->
Expand Down Expand Up @@ -128,6 +131,7 @@ under the License.
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -141,6 +145,7 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 166a436

Please sign in to comment.