File tree Expand file tree Collapse file tree 4 files changed +809
-1
lines changed
main/scala/org/apache/spark/mllib/clustering
test/scala/org/apache/spark/mllib/clustering Expand file tree Collapse file tree 4 files changed +809
-1
lines changed Original file line number Diff line number Diff line change 8585 <dependency >
8686 <groupId >org.apache.commons</groupId >
8787 <artifactId >commons-math3</artifactId >
88- <version >3.3</version >
8988 <scope >test</scope >
9089 </dependency >
9190 <dependency >
Original file line number Diff line number Diff line change 4545 <artifactId >spark-streaming_${scala.binary.version}</artifactId >
4646 <version >${project.version} </version >
4747 </dependency >
48+ <dependency >
49+ <groupId >org.apache.spark</groupId >
50+ <artifactId >spark-graphx_${scala.binary.version}</artifactId >
51+ <version >${project.version} </version >
52+ </dependency >
4853 <dependency >
4954 <groupId >org.eclipse.jetty</groupId >
5055 <artifactId >jetty-server</artifactId >
7176 </exclusion >
7277 </exclusions >
7378 </dependency >
79+ <dependency >
80+ <groupId >org.apache.commons</groupId >
81+ <artifactId >commons-math3</artifactId >
82+ <scope >test</scope >
83+ </dependency >
7484 <dependency >
7585 <groupId >org.scalatest</groupId >
7686 <artifactId >scalatest_${scala.binary.version}</artifactId >
You can’t perform that action at this time.
0 commit comments