We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29607c3 commit cf585e4Copy full SHA for cf585e4
integration/flink/pom.xml
@@ -171,7 +171,7 @@
171
<dependency>
172
<groupId>org.apache.hadoop</groupId>
173
<artifactId>hadoop-common</artifactId>
174
- <version>2.7.5</version>
+ <version>3.4.0</version>
175
<exclusions>
176
<exclusion>
177
<groupId>com.fasterxml.jackson.core</groupId>
pom.xml
@@ -125,7 +125,7 @@
125
<maven.compiler.source>8</maven.compiler.source>
126
<maven.compiler.target>8</maven.compiler.target>
127
<snappy.version>1.1.2.6</snappy.version>
128
- <hadoop.version>2.7.2</hadoop.version>
+ <hadoop.version>3.4.0</hadoop.version>
129
<httpclient.version>4.3.4</httpclient.version>
130
<httpcore.version>4.3-alpha1</httpcore.version>
131
<scala.binary.version>2.11</scala.binary.version>
0 commit comments