felixcheung commented on a change in pull request #3325: [ZEPPELIN-4030] spark-scala-2.10 won't be built under some profile URL: https://github.com/apache/zeppelin/pull/3325#discussion_r263988286
########## File path: spark/interpreter/pom.xml ########## @@ -63,6 +61,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.zeppelin</groupId> + <artifactId>spark-scala-2.10</artifactId> + <version>${project.version}</version> Review comment: doesn't this break if/when spark 2.4.0 doesn't have a spark-scala-2.10? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services