浏览代码

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

Contributed by Biliharith
bilaharith 5 年之前
父节点
当前提交
0ad0102678
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-tools/hadoop-azure/pom.xml

+ 1 - 1
hadoop-tools/hadoop-azure/pom.xml

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