Skip to content

Commit

Permalink
Update airbase to 195
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 4, 2024
1 parent 4c75289 commit 934762f
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>175</version>
<version>195</version>
</parent>

<groupId>io.trino.benchto</groupId>
<artifactId>benchto-base</artifactId>
<version>0.31-SNAPSHOT</version>
<packaging>pom</packaging>
<name>benchto-base</name>
<description>Benchto parent POM</description>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -105,44 +106,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${dep.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate6</artifactId>
<version>${dep.jackson.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-java8</artifactId>
<version>${dep.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${dep.jackson.version}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
Expand Down

0 comments on commit 934762f

Please sign in to comment.