Skip to content

Commit

Permalink
Transform velocity MariaDB transformers too
Browse files Browse the repository at this point in the history
Otherwise, authentication plugin drivers couldn't be found.
  • Loading branch information
games647 committed Jan 15, 2024
1 parent 2112d06 commit 108f5ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<exclude>com.google.guava:guava</exclude>
</excludes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit 108f5ad

Please sign in to comment.