This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 2988873 [SEDONA-73][FOLLOWUP] Exclude scala-library from
scala-collection-compat (#577)
2988873 is described below
commit 298887363abfb108f6fea863be232e035029304d
Author: Adam Binford <[email protected]>
AuthorDate: Sat Feb 5 03:30:44 2022 -0500
[SEDONA-73][FOLLOWUP] Exclude scala-library from scala-collection-compat
(#577)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index f33cef2..3ca34ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,12 @@
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_${scala.compat.version}</artifactId>
<version>2.5.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Test -->
<dependency>