[ 
https://issues.apache.org/jira/browse/SPARK-47196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-47196:
----------------------------------
    Description: 
MAVEN

{code}
$ build/mvn dependency:tree -pl core | grep byte-buddy
...
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.10:test
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test
{code}

SBT

{code}
$ build/sbt "core/test:dependencyTree" | grep byte-buddy
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.10 (evicted by: 1.12.18)
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.18
{code}

> Fix `core` module to succeed SBT tests
> --------------------------------------
>
>                 Key: SPARK-47196
>                 URL: https://issues.apache.org/jira/browse/SPARK-47196
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.4.2, 3.4.0, 3.4.1
>            Reporter: Dongjoon Hyun
>            Priority: Major
>              Labels: pull-request-available
>
> MAVEN
> {code}
> $ build/mvn dependency:tree -pl core | grep byte-buddy
> ...
> [INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.10:test
> [INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test
> {code}
> SBT
> {code}
> $ build/sbt "core/test:dependencyTree" | grep byte-buddy
> [info]   | | | | +-net.bytebuddy:byte-buddy:1.12.10 (evicted by: 1.12.18)
> [info]   | | | | +-net.bytebuddy:byte-buddy:1.12.18
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to