<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.10</artifactId>
<version>2.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.spark', module='spark-streaming_2.10', version='2.2.0')
)
<parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.10</artifactId> <version>2.2.0</version> </parent>
compile
|-- org.apache.spark:spark-core_2.10:2.2.0
|-- org.apache.spark:spark-tags_2.10:2.2.0
|-- org.scala-lang:scala-library:2.10.6
provided
|-- com.google.guava:guava:14.0.1
|-- org.eclipse.jetty:jetty-server:9.3.11.v20160721
|-- org.eclipse.jetty:jetty-plus:9.3.11.v20160721
|-- org.eclipse.jetty:jetty-util:9.3.11.v20160721
|-- org.eclipse.jetty:jetty-http:9.3.11.v20160721
|-- org.eclipse.jetty:jetty-servlet:9.3.11.v20160721
|-- org.eclipse.jetty:jetty-servlets:9.3.11.v20160721
test
|-- org.apache.spark:spark-core_2.10:2.2.0
|-- org.apache.spark:spark-tags_2.10:2.2.0
|-- org.scalacheck:scalacheck_2.10:1.12.5
|-- org.seleniumhq.selenium:selenium-java:2.52.0
|-- org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0
|-- org.mockito:mockito-core:1.10.19
|-- org.scalatest:scalatest_2.10:2.2.6
|-- junit:junit:4.12