Skip to content

Commit

Permalink
add stats to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
auden-woolfson committed Jan 28, 2025
1 parent 24299b6 commit be503f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions presto-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<artifactId>http-server</artifactId>
</dependency>

<dependency>
<groupId>com.facebook.airlift</groupId>
<artifactId>stats</artifactId>
</dependency>

<dependency>
<groupId>com.facebook.airlift</groupId>
<artifactId>jaxrs</artifactId>
Expand Down Expand Up @@ -186,6 +191,7 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-main</artifactId>
Expand Down

0 comments on commit be503f7

Please sign in to comment.