Skip to content

Commit

Permalink
Snowflake assembly fix (#1725)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman Faraj <[email protected]>
  • Loading branch information
AbdulR3hman and AbdulRehman Faraj committed Jan 23, 2024
1 parent 3829178 commit f5dbc7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions athena-snowflake/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
</fileSet>
</fileSets>
<dependencySets>
<!-- Include all dependencies in the lib/ directory -->
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<useTransitiveDependencies>false</useTransitiveDependencies>
<excludes>
<exclude>${project.groupId}:${project.artifactId}:jar:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>
</dependencySets>
</assembly>

0 comments on commit f5dbc7e

Please sign in to comment.