Skip to content

Commit

Permalink
Sort dependencies in POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and losipiuk committed Jul 24, 2020
1 parent a3f7fbc commit 5cdebea
Show file tree
Hide file tree
Showing 68 changed files with 2,447 additions and 2,426 deletions.
14 changes: 7 additions & 7 deletions presto-accumulo-iterators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>io.prestosql.hadoop</groupId>
<artifactId>hadoop-apache</artifactId>
<version>${dep.accumulo-hadoop.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
Expand All @@ -35,12 +42,5 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.prestosql.hadoop</groupId>
<artifactId>hadoop-apache</artifactId>
<version>${dep.accumulo-hadoop.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 5cdebea

Please sign in to comment.