Skip to content

Commit

Permalink
Reorder dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Mar 30, 2022
1 parent dd79edc commit c50e918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/trino-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-exchange</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-exchange</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c50e918

Please sign in to comment.