Skip to content

Commit

Permalink
Revert airlift and trino-parser upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
willmostly committed May 22, 2024
1 parent c5fd2c7 commit ba2f218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jersey</artifactId>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
</exclusion>
<exclusion>
<!-- pulls in 2.0.1.MR -->
<groupId>jakarta.inject</groupId>
Expand Down Expand Up @@ -253,13 +249,13 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-parser</artifactId>
<version>446</version>
<version>440</version>
</dependency>

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
<version>2.1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>156</version>
<version>151</version>
</parent>

<groupId>io.trino.gateway</groupId>
Expand Down

0 comments on commit ba2f218

Please sign in to comment.