Skip to content

Commit

Permalink
update notice
Browse files Browse the repository at this point in the history
Signed-off-by: Smith Cruise <[email protected]>
  • Loading branch information
Smith-Cruise committed Aug 11, 2024
1 parent d022aa2 commit c5754f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions paimon-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,20 +158,6 @@ under the License.
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>${avro.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Fix cve problem -->
<!-- From org.apache.avro -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion paimon-format/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-lang:commons-lang:2.6
- org.apache.commons:commons-lang3:3.12.0

- org.apache.avro:avro:1.11.3
- org.apache.avro:avro:1.12.0
- com.fasterxml.jackson.core:jackson-core:2.14.2
- com.fasterxml.jackson.core:jackson-databind:2.14.2
- com.fasterxml.jackson.core:jackson-annotations:2.14.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ under the License.
<jaxb.api.version>2.3.1</jaxb.api.version>
<findbugs.version>1.3.9</findbugs.version>
<json-smart.version>2.4.9</json-smart.version>
<avro.version>1.11.3</avro.version>
<avro.version>1.12.0</avro.version>
<kafka.version>3.2.3</kafka.version>
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
<scalatest-maven-plugin.version>2.1.0</scalatest-maven-plugin.version>
Expand Down

0 comments on commit c5754f7

Please sign in to comment.