Skip to content

Commit

Permalink
Update client libraries to JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 4, 2024
1 parent 579e8ac commit 564f2f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/trino-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Trino - CLI</description>

<properties>
<project.build.targetJdk>8</project.build.targetJdk>
<project.build.targetJdk>11</project.build.targetJdk>
<main-class>io.trino.cli.Trino</main-class>
<dep.jline.version>3.27.1</dep.jline.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion client/trino-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Trino - Client</description>

<properties>
<project.build.targetJdk>8</project.build.targetJdk>
<project.build.targetJdk>11</project.build.targetJdk>
</properties>

<dependencies>
Expand Down
4 changes: 1 addition & 3 deletions client/trino-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Trino - JDBC driver</description>

<properties>
<project.build.targetJdk>8</project.build.targetJdk>
<project.build.targetJdk>11</project.build.targetJdk>
<shadeBase>io.trino.jdbc.\$internal</shadeBase>
</properties>

Expand Down Expand Up @@ -82,8 +82,6 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<!-- JDK8 support dropped by version 3.0.0+ -->
<version>2.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 564f2f0

Please sign in to comment.