steveloughran commented on a change in pull request #2551:
URL: https://github.com/apache/hadoop/pull/2551#discussion_r545981728
##########
File path: hadoop-tools/hadoop-azure-datalake/pom.xml
##########
@@ -166,5 +166,12 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
+
+ <dependency>
+ <groupId>org.wildfly.openssl</groupId>
+ <artifactId>wildfly-openssl</artifactId>
+ <scope>compile</scope>
+ </dependency>
Review comment:
just because hadoop-project declares an artifact doesn't mean it comes
in on the classpath. hadoop-common compiles with it but doesn't force it
downstream, so modules which needed it do have to declare it.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]