Skip to content

Commit

Permalink
Adding exclusions for libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Attiguppa <[email protected]>
  • Loading branch information
va-os-commits committed Aug 26, 2024
1 parent 738a2ac commit a9b4b59
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/trino-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 4 additions & 0 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,10 @@ under the License.
<artifactId>elasticsearch</artifactId>
<groupId>org.elasticsearch</groupId>
</exclusion>
<exclusion>
<artifactId>org.codehaus.jackson</artifactId>
<groupId>jackson-mapper-asl</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down
6 changes: 6 additions & 0 deletions fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ under the License.
<groupId>com.qcloud.cos</groupId>
<artifactId>hadoop-cos</artifactId>
<version>3.3.0-8.3.7</version>
<exclusions>
<exclusion>
<groupId> org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->
Expand Down

0 comments on commit a9b4b59

Please sign in to comment.