Skip to content

Commit

Permalink
ODP-2095 Repl folder missing and fixed netty4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhluck committed Aug 21, 2024
1 parent b68f301 commit 212e1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@

<modules>
<module>api</module>
<module>assembly</module>
<module>client-common</module>
<module>client-http</module>
<module>core</module>
Expand All @@ -226,6 +225,7 @@
<module>test-lib</module>
<module>integration-test</module>
<module>thriftserver/server</module>
<module>assembly</module>
</modules>

<dependencies>
Expand Down Expand Up @@ -1315,7 +1315,7 @@
<java.version>11</java.version>
<py4j.version>0.10.9.7</py4j.version>
<json4s.version>3.7.0-M11</json4s.version>
<netty.version>4.1.92.Final</netty.version>
<netty.version>4.1.94.Final</netty.version>
<spark.bin.name>spark-${spark.version}-bin-hadoop${hadoop.major-minor.version}</spark.bin.name>
<spark.bin.download.url>
https://archive.apache.org/dist/spark/spark-${spark.version}/${spark.bin.name}.tgz
Expand Down

0 comments on commit 212e1e0

Please sign in to comment.