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

Ted Yu commented on HBASE-20175:
--------------------------------

The last warning should be related to this:
{code}
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_${scala.binary.version}</artifactId>
      <version>2.2.4</version>
      <scope>test</scope>
    </dependency>
{code}
The latest 2.2.x release depends on Scala 2.11.7:
https://mvnrepository.com/artifact/org.scalatest/scalatest_2.11/2.2.6

Should we upgrade to some 2.3.y release ?

> hbase-spark needs scala dependency convergance
> ----------------------------------------------
>
>                 Key: HBASE-20175
>                 URL: https://issues.apache.org/jira/browse/HBASE-20175
>             Project: HBase
>          Issue Type: Bug
>          Components: dependencies, spark
>            Reporter: Mike Drob
>            Priority: Major
>
> This is a follow-on to HBASE-16179 - I think we might need to specify an 
> exclude in the dependency management.
> {noformat}
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
> hbase-spark ---
> [WARNING]  Expected all dependencies to require Scala version: 2.11.8
> [WARNING]  org.apache.hbase:hbase-spark:3.0.0-SNAPSHOT requires scala 
> version: 2.11.8
> [WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala 
> version: 2.11.8
> [WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala 
> version: 2.11.8
> [WARNING]  org.scalatest:scalatest_2.11:2.2.4 requires scala version: 2.11.2
> {noformat}
> [~tedyu] - since you're already fiddling in this area, do you want to take a 
> look?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to