forcedotcom / Salesforce-CDP-jdbc

JDBC driver to connect to Salesforce CDP.
Apache License 2.0
31 stars 28 forks source link

Update pom.xml to allow for proper dependency management #139

Closed tscan89 closed 1 year ago

tscan89 commented 1 year ago

When using the jar in other maven projects, the shaded jar causes issues with dependency management/resolution. This PR still creates the shaded jar but also includes the regular jar with its non-relocated dependencies by use of the shadedArtifactAttached property instead of using an additional plugin.