Skip to content

Commit

Permalink
[FLINK-29962] Exclude jamon 2.3.1 from dependencies (apache#21278)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvcephei committed Nov 14, 2022
1 parent a4f9bfd commit 9572cf6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,10 @@ under the License.
<version>${hive.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jamon</groupId>
<artifactId>jamon-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
Expand Down Expand Up @@ -781,6 +785,10 @@ under the License.
<version>${hive.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jamon</groupId>
<artifactId>jamon-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
Expand Down Expand Up @@ -834,6 +842,10 @@ under the License.
<version>${hive.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jamon</groupId>
<artifactId>jamon-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
Expand Down Expand Up @@ -944,6 +956,10 @@ under the License.
<version>${hive.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jamon</groupId>
<artifactId>jamon-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions flink-end-to-end-tests/flink-sql-gateway-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ under the License.
<version>${hive.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jamon</groupId>
<artifactId>jamon-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit 9572cf6

Please sign in to comment.