Skip to content

Commit

Permalink
Upraded library and reverted exclusions
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 Sep 3, 2024
1 parent 736ccba commit 94884dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -981,10 +981,6 @@ 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
8 changes: 1 addition & 7 deletions fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ under the License.
<dependency>
<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>
<version>3.3.3-8.3.10</version>
</dependency>

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

0 comments on commit 94884dd

Please sign in to comment.