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 xk...@apache.org on 2018/09/20 20:30:14 UTC

[06/50] [abbrv] hadoop git commit: HDDS-481. Classes are missing from the shaded ozonefs jar. Contributed by Bharat Viswanadham.

HDDS-481. Classes are missing from the shaded ozonefs jar. Contributed by Bharat Viswanadham.

(cherry picked from commit e043783917ed58a1a967ca67b7240b1b3e846a69)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/001611cc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/001611cc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/001611cc

Branch: refs/heads/HDFS-12943
Commit: 001611cca3b2f7c78dace73234850934b73d3ef3
Parents: bbeca01
Author: Márton Elek <el...@apache.org>
Authored: Tue Sep 18 10:26:33 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Tue Sep 18 10:32:36 2018 +0200

----------------------------------------------------------------------
 hadoop-ozone/ozonefs/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/001611cc/hadoop-ozone/ozonefs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml
index d55cda5..8174b74 100644
--- a/hadoop-ozone/ozonefs/pom.xml
+++ b/hadoop-ozone/ozonefs/pom.xml
@@ -50,20 +50,20 @@
         <configuration>
           <artifactSet>
             <includes>
-              <include>com.google.guava:guava:jar</include>
-              <include>org.slf4j:slf4j-api:jar</include>
+              <include>com.google.guava:guava</include>
+              <include>org.slf4j:slf4j-api</include>
               <include>com.google.protobuf:protobuf-java</include>
-              <include>com.nimbusds:nimbus-jose-jwt:jar</include>
+              <include>com.nimbusds:nimbus-jose-jwt</include>
               <include>com.github.stephenc.jcip:jcip-annotations</include>
-              <include>com.google.code.findbugs:jsr305:jar</include>
+              <include>com.google.code.findbugs:jsr305</include>
               <include>org.apache.hadoop:hadoop-ozone-client</include>
               <include>org.apache.hadoop:hadoop-hdds-client</include>
               <include>org.apache.hadoop:hadoop-hdds-common</include>
               <include>org.fusesource.leveldbjni:leveldbjni-all</include>
               <include>org.apache.ratis:ratis-server</include>
-              <include>org.apache.ratis:ratis-proto-shaded:jar</include>
+              <include>org.apache.ratis:ratis-proto-shaded</include>
               <include>com.google.auto.value:auto-value-annotations</include>
-              <include>com.squareup:javapoet:jar</include>
+              <include>com.squareup:javapoet</include>
               <include>org.jctools:jctools-core</include>
               <include>org.apache.ratis:ratis-common</include>
               <include>org.apache.ratis:ratis-client</include>


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