Moving some interfaces to the repository-api module

This commit is contained in:
Martin Stockhammer 2017-11-09 17:32:45 +01:00
parent e2cdbc2b72
commit e4af2d6c41
9 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import org.apache.archiva.repository.ContentNotFoundException;
import org.apache.archiva.repository.ManagedRepository;
import org.apache.archiva.repository.ManagedRepositoryContent;
import org.apache.archiva.repository.RepositoryException;
import org.apache.archiva.repository.layout.LayoutException;
import org.apache.archiva.repository.LayoutException;
import org.springframework.stereotype.Service;
import java.nio.file.Path;

View File

@ -23,7 +23,7 @@ import org.apache.archiva.model.ArtifactReference;
import org.apache.archiva.model.RepositoryURL;
import org.apache.archiva.repository.RemoteRepository;
import org.apache.archiva.repository.RemoteRepositoryContent;
import org.apache.archiva.repository.layout.LayoutException;
import org.apache.archiva.repository.LayoutException;
import org.springframework.stereotype.Service;
/**