Skip to content

Commit

Permalink
build success
Browse files Browse the repository at this point in the history
  • Loading branch information
auden-woolfson committed Jan 27, 2025
1 parent f79ed03 commit 89f8c4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions presto-native-execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-main</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -68,6 +74,12 @@
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-tests</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 89f8c4d

Please sign in to comment.