Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/22081#discussion_r209443568 --- Diff: pom.xml --- @@ -984,24 +987,15 @@ </exclusion> </exclusions> </dependency> - <!-- See SPARK-1556 for info on this dependency: --> + <!-- See SPARK-23654 for info on this dependency; + It is used to keep javax.activation at v1.1.1 after dropping + jets3t as a dependency. + --> <dependency> - <groupId>net.java.dev.jets3t</groupId> - <artifactId>jets3t</artifactId> - <version>${jets3t.version}</version> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1.1</version> --- End diff -- this changes from `jets3t.version>0.9.4`?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org