Skip to content

Commit 9c27906

Browse files
sumi-mathewsumi
authored andcommitted
Upgrade org.apache.thrift:libthrift versio to 0.22.0
1 parent 5fa1de6 commit 9c27906

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
<dependency>
16231623
<groupId>org.apache.thrift</groupId>
16241624
<artifactId>libthrift</artifactId>
1625-
<version>0.14.1</version>
1625+
<version>0.22.0</version>
16261626
<exclusions>
16271627
<exclusion>
16281628
<groupId>org.apache.httpcomponents</groupId>

presto-delta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<dependency>
342342
<groupId>jakarta.servlet</groupId>
343343
<artifactId>jakarta.servlet-api</artifactId>
344-
<scope>test</scope>
344+
<scope>runtime</scope>
345345
</dependency>
346346
</dependencies>
347347

presto-pinot-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
<dependency>
634634
<groupId>jakarta.servlet</groupId>
635635
<artifactId>jakarta.servlet-api</artifactId>
636-
<scope>test</scope>
636+
<scope>provided</scope>
637637
</dependency>
638638

639639
<dependency>

0 commit comments

Comments
 (0)