We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb34627 commit c6ea537Copy full SHA for c6ea537
com.ibm.streamsx.hdfs/pom.xml
@@ -208,6 +208,19 @@
208
</exclusions>
209
</dependency>
210
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
224
<dependency>
225
<groupId>org.codehaus.jackson</groupId>
226
<artifactId>jackson-mapper-asl</artifactId>
0 commit comments