jira-importer
jira-importer
**[Hack Kampbjørn](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hackmann)** commented In my case, this did not affect pom packaging used in parent modules, but only jar packaging child modules without any dependency management. My workaround is to...
**[Steve Tynor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tynor)** commented test cases
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented keepDependenciesWithProvidedScope concern only the generated dependency-reduced-pom.xml
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented BTW IMHO this slf4j api should be runtime?
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Is this true for shade plugin version 2.3 ?
**[Shivam Singh](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shvmsngh91)** commented Is it possible to include dependencies with provided scope in final jar creation via shade plugin ? Do I need to use "createDependencyReducedPom" in order to use...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented Could do with a **shadeDependenciesWithProvidedScope** option
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented `provided` means it is already available on the targeted runtime environment, so it doesn't make sense to include that in the shaded jar. You better find the...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented You're right. Thing im using does not support dependency-reduced/flattened pom
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented Still an issue with plugin version 3.4.0 in the dependency-reduced-pom.xml