Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13564#discussion_r66369245
--- Diff: project/plugins.sbt ---
@@ -21,3 +21,14 @@ libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11")
+
+// Spark uses a custom fork of the sbt-pom-reader plugin which contains a
patch to fix issues
+// related to test-jar dependencies
(https://github.com/sbt/sbt-pom-reader/pull/14). The source for
+// this fork is published at
https://github.com/JoshRosen/sbt-pom-reader/tree/v1.0.0-spark
+// and corresponds to commit b160317fcb0b9d1009635a7c5aa05d0f3be61936 in
that repository.
+// In the long run, we should try to merge our patch upstream and switch
to an upstream version of
+// the plugin; this is tracked at SPARK-14401.
+
+resolvers += "Spark fork of sbt-pom-reader" at
"https://oss.sonatype.org/content/repositories/orgspark-project-1124"
--- End diff --
is this permanent?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]