[
https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu...
]
Michal Matloka edited comment on SHRINKRES-140 at 9/11/13 3:51 AM:
-------------------------------------------------------------------
https://github.com/shrinkwrap/resolver/commit/a6919330a3e11a5f8b5ce242124...
{noformat}
- return new ArrayList<RemoteRepository>(mirroredRepos);
+ return new ArrayList<RemoteRepository>(authorizedRepos);
{noformat}
This is one of the problems.
was (Author: mmatloka):
https://github.com/shrinkwrap/resolver/commit/a6919330a3e11a5f8b5ce242124...
{noformat}
- return new ArrayList<RemoteRepository>(mirroredRepos);
+ return new ArrayList<RemoteRepository>(authorizedRepos);
{noformat}
This is the cause of main problems.
Update Aether implementation to org.eclipse.aether one
------------------------------------------------------
Key: SHRINKRES-140
URL:
https://issues.jboss.org/browse/SHRINKRES-140
Project: ShrinkWrap Resolvers
Issue Type: Component Upgrade
Components: impl-maven
Affects Versions: 2.0.0-beta-5
Reporter: Karel Piwko
Assignee: Michal Matloka
Aether is now a part of org.eclipse foundation. We should update to newer version when
they release first stable version.
Update should not affect user at all, it should comprise of replacing imports with new
ones.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira