File tree Expand file tree Collapse file tree
org.eclipse.m2e.pde.target/src/org/eclipse/m2e/pde/target Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323import org .eclipse .aether .RepositorySystemSession ;
2424import org .eclipse .aether .artifact .Artifact ;
2525import org .eclipse .aether .graph .DependencyNode ;
26- import org .eclipse .aether .impl .SyncContextFactory ;
2726import org .eclipse .aether .repository .RemoteRepository ;
27+ import org .eclipse .aether .spi .synccontext .SyncContextFactory ;
2828import org .eclipse .core .runtime .CoreException ;
2929import org .eclipse .core .runtime .ILog ;
3030import org .eclipse .core .runtime .IProgressMonitor ;
Original file line number Diff line number Diff line change 5353import org .eclipse .aether .graph .DependencyFilter ;
5454import org .eclipse .aether .graph .DependencyNode ;
5555import org .eclipse .aether .graph .DependencyVisitor ;
56- import org .eclipse .aether .impl .SyncContextFactory ;
5756import org .eclipse .aether .repository .RemoteRepository ;
5857import org .eclipse .aether .resolution .ArtifactRequest ;
5958import org .eclipse .aether .resolution .ArtifactResolutionException ;
6059import org .eclipse .aether .resolution .DependencyRequest ;
60+ import org .eclipse .aether .spi .synccontext .SyncContextFactory ;
6161import org .eclipse .core .runtime .Platform ;
6262import org .eclipse .m2e .pde .target .shared .ProcessingMessage .Type ;
6363import org .osgi .framework .Constants ;
You can’t perform that action at this time.
0 commit comments