Skip to content

PostgreSQL, MariaDB and MSSQL modules leak pinned JDBC drivers at compile scope #402

Description

@zantvoort

Verified against the flattened (published) poms: storm-postgresql/pom.xml:140-144 ships postgresql 42.7.4, storm-mariadb/pom.xml:150-154 ships mariadb-java-client 3.3.3, and storm-mssqlserver/pom.xml:144-148 ships mssql-jdbc 12.2.0.jre11, all at compile scope. The other four dialect modules correctly keep their drivers at test scope.

Adding one of these dialects drags an unmanaged driver version into the application, overriding the application's own dependency management. Move the three drivers to test scope to match the rest.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions