You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/09 14:49:00 UTC

[jira] [Commented] (HDFS-16714) Remove okhttp and kotlin dependencies

    [ https://issues.apache.org/jira/browse/HDFS-16714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577469#comment-17577469 ] 

ASF GitHub Bot commented on HDFS-16714:
---------------------------------------

iwasakims commented on PR #4684:
URL: https://github.com/apache/hadoop/pull/4684#issuecomment-1209481555

   @pan3793
   I got following error on building trunk with the patch applied.
   
   ```
   $ mvn clean install -DskipTests
   ...
   [WARNING]
   Dependency convergence error for org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.0:test paths to dependency are:
   +-org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT
     +-com.squareup.okhttp3:mockwebserver:jar:4.9.3:test
       +-com.squareup.okhttp3:okhttp:jar:4.9.3:test
         +-com.squareup.okio:okio:jar:2.8.0:test
           +-org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.0:test
   and
   +-org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT
     +-com.squareup.okhttp3:mockwebserver:jar:4.9.3:test
       +-com.squareup.okhttp3:okhttp:jar:4.9.3:test
         +-org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10:test
   and
   +-org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT
     +-com.squareup.okhttp3:mockwebserver:jar:4.9.3:test
       +-org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.4.10:test
         +-org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10:test
   and
   +-org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT
     +-com.squareup.okhttp3:mockwebserver:jar:4.9.3:test
       +-org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.4.10:test
         +-org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.4.10:test
           +-org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10:test
   
   [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
   Failed while enforcing releasability. See above detailed error message.
   ```
   




> Remove okhttp and kotlin dependencies
> -------------------------------------
>
>                 Key: HDFS-16714
>                 URL: https://issues.apache.org/jira/browse/HDFS-16714
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs-client
>    Affects Versions: 3.3.4
>            Reporter: Cheng Pan
>            Assignee: Cheng Pan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> hadoop-common already has apache http client dependencies, okhttp is unnecessary



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org