Skip to content

Commit 22de1d4

Browse files
committed
Fixed maven pyrolite dependency
1 parent e4da06c commit 22de1d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@
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>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@
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

0 commit comments

Comments
 (0)