File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 266266 <artifactId >junit-interface</artifactId >
267267 <scope >test</scope >
268268 </dependency >
269+ <dependency >
270+ <groupId >org.spark-project</groupId >
271+ <artifactId >pyrolite</artifactId >
272+ <version >2.0</version >
273+ </dependency >
269274 </dependencies >
270275 <build >
271276 <outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
Original file line number Diff line number Diff line change 264264 <artifactId >stream</artifactId >
265265 <version >2.5.1</version >
266266 </dependency >
267- <dependency >
268- <groupId >org.spark-project</groupId >
269- <artifactId >pyrolite</artifactId >
270- <version >2.0</version >
271- </dependency >
272267 <!-- In theory we need not directly depend on protobuf since Spark does not directly
273268 use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
274269 the protobuf version up from the one Mesos gives. For now we include this variable
You can’t perform that action at this time.
0 commit comments