Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit af07491

Browse files
committed
Merge branch 'master' into develop
2 parents 69324d9 + c5e918a commit af07491

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

library/spark/spark-library/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,18 @@
113113
<artifactId>spark-graphx_${scala.version}</artifactId>
114114
<version>${spark.version}</version>
115115
<exclusions>
116+
<!--
117+
Removed due to constraints by Maven Central disallowing
118+
some of the characters used in these classes
119+
-->
116120
<exclusion>
117121
<groupId>org.spire-math</groupId>
118122
<artifactId>spire_2.11</artifactId>
119123
</exclusion>
124+
<exclusion>
125+
<groupId>com.chuusai</groupId>
126+
<artifactId>shapeless_2.11</artifactId>
127+
</exclusion>
120128
</exclusions>
121129
</dependency>
122130
<dependency>

0 commit comments

Comments
 (0)