File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1515 <scala .version>2.11.12</scala .version>
1616 <java .version>1.8</java .version>
1717 <hbase .version>1.3.2.18.1901141922_h2</hbase .version>
18+ <breeze .version>0.13.2</breeze .version>
1819 </properties >
1920
2021 <repositories >
111112 <dependency >
112113 <groupId >org.scalanlp</groupId >
113114 <artifactId >breeze_${spark.scala.version}</artifactId >
114- <version >1.0</version >
115- <exclusions >
116- <exclusion >
117- <groupId >org.apache.commons</groupId >
118- <artifactId >commons-math3</artifactId >
119- </exclusion >
120- </exclusions >
115+ <version >${breeze.version} </version >
116+ <scope >provided</scope >
121117 </dependency >
122118 </dependencies >
123119
219215 <spark .version.full>3.0.1.48</spark .version.full>
220216 <spark .scala.version>2.12</spark .scala.version>
221217 <scala .version>2.12.10</scala .version>
218+ <breeze .version>1.0</breeze .version>
222219 </properties >
223220 </profile >
224221 </profiles >
You can’t perform that action at this time.
0 commit comments