Skip to content

Commit 7b3c6bf

Browse files
committed
use the official Pyrolite release
1 parent 530efe3 commit 7b3c6bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,15 @@
377377
<scope>test</scope>
378378
</dependency>
379379
<dependency>
380-
<groupId>org.spark-project</groupId>
380+
<groupId>net.razorvine</groupId>
381381
<artifactId>pyrolite</artifactId>
382382
<version>4.4</version>
383+
<exclusions>
384+
<exclusion>
385+
<groupId>net.razorvine</groupId>
386+
<artifactId>serpent</artifactId>
387+
</exclusion>
388+
</exclusions>
383389
</dependency>
384390
<dependency>
385391
<groupId>net.sf.py4j</groupId>

0 commit comments

Comments
 (0)