<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.11</artifactId>
<version>2.4.4</version>
</dependency>
@Grapes(
@Grab(group='org.apache.spark', module='spark-streaming_2.11', version='2.4.4')
)
<parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> <version>2.4.4</version> </parent>
compile
|-- org.apache.spark:spark-core_2.11:2.4.4
|-- org.apache.spark:spark-tags_2.11:2.4.4
|-- org.scala-lang:scala-library:2.11.12
provided
|-- com.google.guava:guava:14.0.1
|-- org.eclipse.jetty:jetty-server:9.3.24.v20180605
|-- org.eclipse.jetty:jetty-plus:9.3.24.v20180605
|-- org.eclipse.jetty:jetty-util:9.3.24.v20180605
|-- org.eclipse.jetty:jetty-http:9.3.24.v20180605
|-- org.eclipse.jetty:jetty-servlet:9.3.24.v20180605
|-- org.eclipse.jetty:jetty-servlets:9.3.24.v20180605
test
|-- org.apache.spark:spark-core_2.11:2.4.4
|-- org.apache.spark:spark-tags_2.11:2.4.4
|-- org.scalacheck:scalacheck_2.11:1.13.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.11:3.0.3
|-- junit:junit:4.12