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 910cb11 commit b190d7aCopy full SHA for b190d7a
pom.xml
@@ -317,5 +317,20 @@
317
<jackson.version>2.12.7.1</jackson.version>
318
</properties>
319
</profile>
320
+ <profile>
321
+ <id>hadoop-3.4.1</id>
322
+ <!--
323
+ Users need to explicitly set the version of Hadoop they want to build against
324
+ <activation>
325
+ <activeByDefault>true</activeByDefault>
326
+ </activation>
327
+ -->
328
+ <properties>
329
+ <hadoop.version>3.4.1</hadoop.version>
330
+ <!-- Taken from https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common/3.4.1 -->
331
+ <slf4j.version>1.7.36</slf4j.version>
332
+ <jackson.version>2.12.7.1</jackson.version>
333
+ </properties>
334
+ </profile>
335
</profiles>
336
</project>
0 commit comments