Skip to content

Commit

Permalink
dependency-scope for presto-postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
imjalpreet authored and ZacBlanco committed Dec 3, 2024
1 parent 671a1ee commit 1da3618
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions presto-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@
</excludes>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredNonTestScopedDependencies>
<ignoredNonTestScopedDependency>com.google.guava:guava</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1da3618

Please sign in to comment.