Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid scope in trino-faker pom
test-jar is not a valid value for <scope>. It's a valid value for <type> however for trino-faker these dependencies' correct scope is runtime and the type is jar. Before this change the build logged a warning about this: Warning: Some problems were encountered while building the effective model for io.trino:trino-faker:trino-plugin:466-SNAPSHOT Warning: 'dependencies.dependency.scope' for io.airlift:log:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 169, column 20 Warning: 'dependencies.dependency.scope' for io.airlift:log-manager:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 175, column 20 Warning: 'dependencies.dependency.scope' for io.trino:trino-client:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 181, column 20 Warning: Warning: It is highly recommended to fix these problems because they threaten the stability of your build. Warning: Warning: For this reason, future Maven versions might no longer support building such malformed projects.
- Loading branch information