Skip to content

Commit

Permalink
modify alluxio version to stable 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jja725 committed Jun 14, 2024
1 parent b63e75e commit 12d9ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/trino-filesystem-cache-alluxio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<dep.accumulo-hadoop.version>2.7.7-1</dep.accumulo-hadoop.version>
<dep.accumulo.version>3.0.0</dep.accumulo.version>
<dep.airlift.version>248</dep.airlift.version>
<dep.alluxio.version>312</dep.alluxio.version>
<dep.alluxio.version>2.9.5</dep.alluxio.version>
<dep.antlr.version>4.13.1</dep.antlr.version>
<dep.avro.version>1.11.3</dep.avro.version>
<dep.aws-sdk.version>1.12.734</dep.aws-sdk.version>
Expand Down

0 comments on commit 12d9ad7

Please sign in to comment.