GitHub user daviddingly opened a pull request:

    https://github.com/apache/spark/pull/22803

    change jsr305 version from 1.3.9 to 3.0.0

    ## What changes were proposed in this pull request?
    
    change one of the dependencies  jsr305 version from 1.3.9 to 3.0.0
    
    ## How was this patch tested?
    
    sbt "core/testOnly"
    sbt "sql/testOnly"
    
    explantion:
    when i do the dependency check, and i can see most of the  dependency jar 
packages are using 3.0.0 version instead of 1.3.9 in spark. so in order to 
align with other jars.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/daviddingly/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22803.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22803
    
----
commit 8eaf81e4937fa3e66f0b4875e771ecdcbc31df64
Author: xiaoding <xiaoding@...>
Date:   2018-10-23T07:25:55Z

    change jsr305 version from 1.3.9 to 3.0.0

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to