Skip to content

Commit

Permalink
organize pom
Browse files Browse the repository at this point in the history
  • Loading branch information
auden-woolfson committed Feb 4, 2025
1 parent 6b91289 commit 938a364
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions presto-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
</properties>

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

<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-client</artifactId>
Expand Down Expand Up @@ -191,10 +196,5 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-main</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 938a364

Please sign in to comment.