[
https://issues.apache.org/jira/browse/MSHADE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728133#comment-14728133
]
Joerg Schaible commented on MSHADE-204:
---------------------------------------
You have to set the ServicesResourceTransformer. See plugin documentation.
> Multiple JDBC drivers not supported
> -----------------------------------
>
> Key: MSHADE-204
> URL: https://issues.apache.org/jira/browse/MSHADE-204
> Project: Maven Shade Plugin
> Issue Type: Bug
> Affects Versions: 2.4.1
> Reporter: Loren Cole
>
> Mysql JDBC driver not working when building a project with dependencies on
> both postgres and mysql JDBC drivers.
> java.sql.DriverManager uses the /META-INF/Services/java.sql.Driver to
> register available JDBC drivers. When doing a shaded build this file is
> overwritten with each driver, so the last one wins. Instead it should be
> appended to contain all available drivers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)