]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.factory/src/org/argeo/slc/rpmfactory/core/ReleaseStaging.java
Continue to remove dependencies with Spring.
[gpl/argeo-slc.git] / org.argeo.slc.factory / src / org / argeo / slc / rpmfactory / core / ReleaseStaging.java
index 76a67005a2c536f187303e18eb31ac107f98a6e8..dcdbc9cdc98a4bb5fa2fc624050e5ca77ee09dd2 100644 (file)
@@ -10,8 +10,8 @@ import org.apache.commons.io.FileUtils;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.argeo.slc.SlcException;
-import org.argeo.slc.core.execution.tasks.SystemCall;
 import org.argeo.slc.rpmfactory.RpmFactory;
+import org.argeo.slc.runtime.tasks.SystemCall;
 
 /** Releases the content of staging to a public repository. */
 public class ReleaseStaging implements Runnable {