risdenk commented on a change in pull request #275: KNOX-2253 Add support to
handle Livy server redirects
URL: https://github.com/apache/knox/pull/275#discussion_r385179553
##########
File path: gateway-service-livy/pom.xml
##########
@@ -58,5 +65,10 @@
<artifactId>gateway-test-utils</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
Review comment:
This shouldn't be necessary - Should be handled automatically for all
submodules.
----------------------------------------------------------------
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