Explorar el Código

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

Contributed by Biliharith
bilaharith hace 5 años
padre
commit
6bae8c46a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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-->