Skip to content

Commit

Permalink
upgrade oss sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRuiLee committed Jan 20, 2025
1 parent ecff420 commit 72d0148
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions flink-filesystems/flink-oss-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
<name>Flink : FileSystems : OSS FS</name>

<properties>
<fs.oss.sdk.version>3.13.2</fs.oss.sdk.version>
<fs.oss.sdk.version>3.17.4</fs.oss.sdk.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -101,15 +101,6 @@ under the License.
</exclusions>
</dependency>

<dependency>
<!-- Hadoop requires jaxb-api for javax.xml.bind.JAXBException -->
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
<!-- packaged as an optional dependency that is only accessible on Java 11+ -->
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-fs-hadoop-shaded</artifactId>
Expand Down

0 comments on commit 72d0148

Please sign in to comment.