Skip to content

Commit

Permalink
Furthering fixing this
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRehman Faraj committed Jan 23, 2024
1 parent 86f9ca2 commit 235fd48
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions athena-snowflake/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,12 @@
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<outputDirectory>lib</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<unpack>true</unpack>
<scope>runtime</scope>
<unpackOptions>
<excludes>
<exclude>**/*.dylib</exclude>
<exclude>**/*.dll</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>**/Log4j2Plugins.dat</exclude>
<exclude>com.amazonaws:aws-athena-federation-sdk:jar:*</exclude>
</excludes>
</unpackOptions>
<useTransitiveDependencies>false</useTransitiveDependencies>
<excludes>
<exclude>${project.groupId}:${project.artifactId}:jar:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
</dependencySets>
</assembly>

0 comments on commit 235fd48

Please sign in to comment.