소스 검색

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>
       <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-->