HADOOP-16855. Changing wildfly dependency scope in hadoop-azure to compile

Contributed by Biliharith
This commit is contained in:
bilaharith 2020-04-14 23:47:12 +05:30 committed by GitHub
parent 7b2d84d19c
commit 0ad0102678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@
<dependency>
<groupId>org.wildfly.openssl</groupId>
<artifactId>wildfly-openssl</artifactId>
<scope>runtime</scope>
<scope>compile</scope>
</dependency>
<!--com.fasterxml.jackson is used by WASB, not ABFS-->