]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.repo/src/org/argeo/slc/repo/osgi/ProcessDistribution.java
SLC Repo building
[gpl/argeo-slc.git] / org.argeo.slc.repo / src / org / argeo / slc / repo / osgi / ProcessDistribution.java
index d16a797420f7f39c71d5887bd76485134be1b614..74c54252827a4d3c9330ba14c2d68fd017ca5981 100644 (file)
@@ -16,8 +16,8 @@ import org.argeo.slc.repo.ArgeoOsgiDistribution;
 import org.argeo.slc.repo.ModularDistributionFactory;
 import org.argeo.slc.repo.OsgiFactory;
 import org.argeo.slc.repo.maven.MavenConventionsUtils;
-import org.sonatype.aether.artifact.Artifact;
-import org.sonatype.aether.util.artifact.DefaultArtifact;
+import org.eclipse.aether.artifact.Artifact;
+import org.eclipse.aether.artifact.DefaultArtifact;
 
 /** Executes the processes required so that all managed bundles are available. */
 public class ProcessDistribution implements Runnable {