Skip to content

Commit

Permalink
Upgrade hadoop version to 3.4.0 (apache#13582)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhioncbr authored and rajagopr committed Jul 17, 2024
1 parent 1fad53a commit bfd13ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pinot-plugins/pinot-input-format/pinot-orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
</dependencies>
</project>
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<javassist.version>3.30.2-GA</javassist.version>
<swagger.version>1.6.14</swagger.version>
<swagger-ui.version>5.17.14</swagger-ui.version>
<hadoop.version>3.3.6</hadoop.version>
<hadoop.version>3.4.0</hadoop.version>
<jsonpath.version>2.9.0</jsonpath.version>
<jsonsmart.version>2.5.1</jsonsmart.version>
<quartz.version>2.3.2</quartz.version>
Expand Down Expand Up @@ -233,6 +233,7 @@
<scala.compat.version>2.12</scala.compat.version>

<!-- Solve conflict across dependencies -->
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
<kotlin.stdlib.version>2.0.0</kotlin.stdlib.version>
<okio.version>3.9.0</okio.version>
<kerby.version>2.0.3</kerby.version>
Expand Down Expand Up @@ -1490,6 +1491,11 @@
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.stdlib.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${jetbrains.annotations.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
Expand Down

0 comments on commit bfd13ff

Please sign in to comment.