Skip to content

Commit c6ea537

Browse files
authored
add hadoop-common 2.7.3 to use webhdf IF
1 parent bb34627 commit c6ea537

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

com.ibm.streamsx.hdfs/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,19 @@
208208
</exclusions>
209209
</dependency>
210210

211+
<dependency>
212+
<groupId>org.apache.hadoop</groupId>
213+
<artifactId>hadoop-common</artifactId>
214+
<version>2.7.3</version>
215+
<exclusions>
216+
<exclusion>
217+
<groupId>*</groupId>
218+
<artifactId>*</artifactId>
219+
</exclusion>
220+
</exclusions>
221+
</dependency>
222+
223+
211224
<dependency>
212225
<groupId>org.codehaus.jackson</groupId>
213226
<artifactId>jackson-mapper-asl</artifactId>

0 commit comments

Comments
 (0)