You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2020/04/14 18:17:28 UTC

[hadoop] branch trunk updated: HADOOP-16855. Changing wildfly dependency scope in hadoop-azure to compile

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0ad0102  HADOOP-16855. Changing wildfly dependency scope in hadoop-azure to compile
0ad0102 is described below

commit 0ad010267821cc6e76786ded6daa587da3bc3703
Author: bilaharith <52...@users.noreply.github.com>
AuthorDate: Tue Apr 14 23:47:12 2020 +0530

    HADOOP-16855. Changing wildfly dependency scope in hadoop-azure to compile
    
    
    Contributed by Biliharith
---
 hadoop-tools/hadoop-azure/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml
index 14fd838..db35759 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/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-->


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org