]
Paul Gier updated AS7-1403:
---------------------------
Attachment: 0001-AS7-1403-Relax-dependency-restrictions-related-to-ma.patch
The deps we try to keep as flat as possible are the ones in the build/pom tree. And since
shrinkwrap-resolver-impl-maven isn't even included in this tree, I think it's fine
to relax the restrictions as suggested. Karel, does the attached patch resolve the
problem for you?
Excluded/Banned transitive dependencies for Maven Dependency Resolver
are too strict
------------------------------------------------------------------------------------
Key: AS7-1403
URL:
https://issues.jboss.org/browse/AS7-1403
Project: Application Server 7
Issue Type: Bug
Components: Build System
Affects Versions: 7.0.0.Final
Reporter: Karel Piwko
Assignee: Jason Greene
Attachments: 0001-AS7-1403-Relax-dependency-restrictions-related-to-ma.patch
During 7.0.0.CR1 build, there was a decision to remove transitive dependencies from other
projects and exclude/ban them in jboss-as-parent.
This decision has effectively crippled usage of Maven Dependency Resolver, which
wasn't used in CR1-date based testsuite, so the change passed silently.
If user wants to use the ShrinkWrap Dependency Resolver in the AS7 testsuite, he
won't get the required transitive dependencies, such as wagon or aether, so the
resolver is unusable.
According to disscussion with Vladimir, it would help "to flatten" dependency
tree for ShrinkWrap dependency Resolver, however, that's only the part of the
solution, the restrictions posed in AS7 parent must be relaxed afterwards.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: