Skip to content

Commit

Permalink
fix: update jdk varable in beekeeper clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Jun 14, 2024
1 parent 097cfab commit c01fbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions beekeeper-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<artifactId>beekeeper-cleanup</artifactId>

<properties>
<aws.version>1.12.311</aws.version>
<hive.version>2.3.7</hive.version>
<hcommon-hive-metastore.version>1.4.2</hcommon-hive-metastore.version>
</properties>
Expand Down Expand Up @@ -83,7 +82,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>${aws.version}</version>
<version>${aws-java-sdk.version}</version>
</dependency>

<!-- test -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</scm>

<properties>
<aws-java-sdk.version>1.12.276</aws-java-sdk.version>
<aws-java-sdk.version>1.12.311</aws-java-sdk.version>
<apache.commons.lang3>3.0</apache.commons.lang3>
<assertj.version>3.12.2</assertj.version>
<awaitility.version>3.1.6</awaitility.version>
Expand Down

0 comments on commit c01fbad

Please sign in to comment.