fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13
cross-compilation (#16438)
URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378704118
##########
File path: scala-package/pom.xml
##########
@@ -423,23 +590,11 @@
<version>1.7.7</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.scalatest</groupId>
- <artifactId>scalatest_2.11</artifactId>
Review comment:
I tried to do this. But it doesn't working. Looks like
`maven-remote-resources-plugin` doesn't understand profile-depended properties
in dependencies. Here is error log
https://gist.github.com/fomkin/a26aefc59eaca1148dfed3719a8144f0
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services