Skip to content

Commit

Permalink
Update airbase to 152
Browse files Browse the repository at this point in the history
Remove redundant exclusions for jakarta.servlet-api and version overrides
  • Loading branch information
wendigo committed Mar 12, 2024
1 parent ef3a573 commit a4bf353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
8 changes: 0 additions & 8 deletions plugin/trino-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
Expand Down Expand Up @@ -292,10 +288,6 @@
<version>${dep.accumulo.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
Expand Down
20 changes: 1 addition & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>151</version>
<version>152</version>
</parent>

<groupId>io.trino</groupId>
Expand Down Expand Up @@ -196,8 +196,6 @@
<dep.joda.version>2.12.7</dep.joda.version>
<dep.jsonwebtoken.version>0.12.5</dep.jsonwebtoken.version>
<dep.kafka-clients.version>3.7.0</dep.kafka-clients.version>
<!-- TODO: https://github.com/airlift/airbase/pull/396 -->
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.okio.version>3.8.0</dep.okio.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.parquet.version>1.13.1</dep.parquet.version>
Expand Down Expand Up @@ -1664,12 +1662,6 @@
<version>8.5.13</version>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -1771,10 +1763,6 @@
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-common</artifactId>
Expand Down Expand Up @@ -2005,12 +1993,6 @@
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.19.0</version>
<exclusions>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit a4bf353

Please sign in to comment.