lmccay4 commented on a change in pull request #163: KNOX-2052 - KnoxShellTable
mean, median, and mode methods
URL: https://github.com/apache/knox/pull/163#discussion_r332726916
##########
File path: gateway-shell/pom.xml
##########
@@ -31,6 +31,10 @@
<description>Client DSL shell.</description>
<dependencies>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </dependency>
Review comment:
That looks like what it was, I've replaced all whitespace there with spaces
in the newest patch so hopefully that is all it was.
----------------------------------------------------------------
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