Skip to content

Commit

Permalink
Fix running PrestoServer in IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedukow authored and electrum committed Sep 15, 2016
1 parent c73359f commit 9491084
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions presto-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
<artifactId>jgrapht-core</artifactId>
</dependency>

<!-- used by tests but also needed transitively -->
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
</dependency>

<!-- for testing -->
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -289,12 +295,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
Expand Down

0 comments on commit 9491084

Please sign in to comment.