gigasquid commented on a change in pull request #15361: [WIP] Exclude external
dependencies from MXNet JAR.
URL: https://github.com/apache/incubator-mxnet/pull/15361#discussion_r298809247
##########
File path: contrib/clojure-package/project.clj
##########
@@ -36,8 +36,8 @@
[org.apache.logging.log4j/log4j-api "2.8.1"]
[org.slf4j/slf4j-log4j12 "1.7.25" :exclusions
[org.slf4j/slf4j-api]]]
- [org.scala-lang/scala-library/"2.11.8"]
- [org.scala-lang/scala-reflect/"2.11.8"]
+ [org.scala-lang/scala-library "2.11.8"]
+ [org.scala-lang/scala-reflect "2.11.8"]
Review comment:
The error on the CI is because there is a missing `]` in the formatting. The
ending bracket on line 37 needs to be moved to line 40
----------------------------------------------------------------
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