We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b69a4d commit d616b9bCopy full SHA for d616b9b
contrib/trino-connector/pom.xml
@@ -38,6 +38,10 @@
38
<groupId>com.alibaba</groupId>
39
<artifactId>fastjson</artifactId>
40
</exclusion>
41
+ <exclusion>
42
+ <groupId>org.eclipse.jetty.http2</groupId>
43
+ <artifactId>http2-common</artifactId>
44
+ </exclusion>
45
</exclusions>
46
</dependency>
47
fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml
@@ -43,7 +43,7 @@ under the License.
<dependency>
<groupId>com.qcloud.cos</groupId>
<artifactId>hadoop-cos</artifactId>
- <version>3.3.0-8.3.7</version>
+ <version>3.3.3-8.3.10</version>
48
49
<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->
0 commit comments